build: 更新依赖并添加新库
- 更新 go.mod 和 go.sum 文件,添加多个新库 - 在 LoginSidInfo 结构体中添加注释说明 - 在 cmd.go 中添加 TODO 注释
This commit is contained in:
@@ -4,6 +4,8 @@ import (
|
||||
"github.com/tnnmigga/enum"
|
||||
)
|
||||
|
||||
//TODO 实现自定义CMD,待删除
|
||||
|
||||
// Enum 辅助类型定义
|
||||
type EnumValue struct {
|
||||
Value EnumCommandID
|
||||
|
||||
Reference in New Issue
Block a user