feat : add site custom setting
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ type Settings struct {
|
||||
|
||||
Section string `json:"section" gorm:"type:varchar(100) comment '实例类型';default:'';index:section"`
|
||||
Key string `json:"key" gorm:"type:varchar(100) comment '实例类型';default:'';"`
|
||||
Value string `json:"value" gorm:"type:varchar(4096) comment '实例类型';default:'';"`
|
||||
Value string `json:"value" gorm:"type:text comment '实例类型';default:'';"`
|
||||
}
|
||||
|
||||
// AddOneSetting 添加一条设置
|
||||
|
||||
Reference in New Issue
Block a user