feat: 更新配置文件和模型以支持服务器相关功能
修改MySQL和Redis配置为本地开发环境 在Subscribe类型和模型中添加服务器相关字段 在InviteConfig中添加新配置项 启用ServerModel并修复数据库迁移错误处理 删除无用的运行配置文件
This commit is contained in:
@@ -2003,6 +2003,8 @@ type Subscribe struct {
|
||||
Quota int64 `json:"quota"`
|
||||
Nodes []int64 `json:"nodes"`
|
||||
NodeTags []string `json:"node_tags"`
|
||||
ServerCount int64 `json:"server_count"`
|
||||
Server []int64 `json:"server"`
|
||||
Show bool `json:"show"`
|
||||
Sell bool `json:"sell"`
|
||||
Sort int64 `json:"sort"`
|
||||
|
||||
Reference in New Issue
Block a user