mirror of
https://github.com/AlistGo/alist.git
synced 2025-06-05 01:24:46 +08:00
feat: search api
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user