feat: search api

This commit is contained in:
Xhofe
2022-04-08 22:03:26 +08:00
parent 6591af58ea
commit a73a40133d
5 changed files with 44 additions and 1 deletions

View File

@ -258,6 +258,13 @@ func InitSettings() {
Access: model.PRIVATE,
Group: model.BACK,
},
{
Key: "enable search",
Value: "false",
Type: "bool",
Access: model.PUBLIC,
Group: model.BACK,
},
}
for i, _ := range settings {
v := settings[i]