mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-06 11:03:49 +08:00
✨ change settings
This commit is contained in:
@@ -14,8 +14,9 @@ type SettingItem struct {
|
||||
Key string `json:"key" gorm:"primaryKey" validate:"required"`
|
||||
Value string `json:"value"`
|
||||
Description string `json:"description"`
|
||||
//Type string `json:"type"`
|
||||
Type string `json:"type"`
|
||||
Group int `json:"group"`
|
||||
Values string `json:"values"`
|
||||
}
|
||||
|
||||
func SaveSettings(items []SettingItem) error {
|
||||
|
||||
Reference in New Issue
Block a user