🎉 开始项目
feat: 完成基础界面; 列表展示 todo: uplevel button function todo: download/upload
This commit is contained in:
11
internal/opt/var.go
Normal file
11
internal/opt/var.go
Normal file
@ -0,0 +1,11 @@
|
||||
package opt
|
||||
|
||||
const (
|
||||
Msg200 = "操作成功"
|
||||
Msg400 = "输入不正确"
|
||||
Msg500 = "发生错误"
|
||||
)
|
||||
|
||||
var (
|
||||
Debug bool = false
|
||||
)
|
Reference in New Issue
Block a user