🐛 sql group

This commit is contained in:
微凉
2021-10-30 17:34:34 +08:00
parent 0324ea1fcb
commit 2780efaea8
7 changed files with 23 additions and 11 deletions

View File

@ -140,6 +140,13 @@ func initSettings() {
Description: "logo",
Group: model.PUBLIC,
},
{
Key: "icon_color",
Value: "blue.400",
Type: "string",
Description: "icon's color",
Group: model.PUBLIC,
},
},
}
for k, v := range settingsMap {