🎇 多盘支持

This commit is contained in:
微凉
2021-03-16 21:25:16 +08:00
parent 8e9ddcf81e
commit 4d0d892ce7
19 changed files with 177 additions and 173 deletions

View File

@ -9,11 +9,10 @@ var (
Debug bool // is debug command
Help bool // is help command
Version bool // is print version command
Con string // config file
ConfigFile string // config file
SkipUpdate bool // skip update
Client *http.Client // request client
Authorization string // authorization string
DB *gorm.DB