mirror of
https://github.com/AlistGo/alist.git
synced 2025-04-22 12:58:45 +08:00
✨ add markdown theme setting
This commit is contained in:
parent
d4523d52ee
commit
7970e737f0
@ -171,6 +171,12 @@ func initSettings() {
|
||||
Description: "when have multiple, the readme file to show",
|
||||
Group: model.PUBLIC,
|
||||
},
|
||||
{
|
||||
Key: "markdown theme",
|
||||
Value: "vuepress",
|
||||
Description: "default | github | vuepress",
|
||||
Group: model.PUBLIC,
|
||||
},
|
||||
}
|
||||
for _, v := range settings {
|
||||
_, err := model.GetSettingByKey(v.Key)
|
||||
|
Loading…
x
Reference in New Issue
Block a user