build: 更新依赖并添加新库

- 更新 go.mod 和 go.sum 文件,添加多个新库
- 在 LoginSidInfo 结构体中添加注释说明
- 在 cmd.go 中添加 TODO 注释
This commit is contained in:
2025-07-02 22:18:29 +08:00
parent 738a897c4d
commit 8fb792b0f2
8 changed files with 81 additions and 1 deletions

View File

@@ -4,6 +4,8 @@ import (
"github.com/tnnmigga/enum"
)
//TODO 实现自定义CMD,待删除
// Enum 辅助类型定义
type EnumValue struct {
Value EnumCommandID