🐛 fix version type

This commit is contained in:
微凉
2021-11-14 00:30:15 +08:00
parent b785945210
commit 0f93d2bfed
3 changed files with 9 additions and 8 deletions

View File

@ -109,6 +109,7 @@ func initSettings() {
Key: "version",
Value: conf.GitTag,
Description: "version",
Type: "string",
Group: model.CONST,
}
@ -190,14 +191,14 @@ func initSettings() {
Values: "default,github,vuepress",
},
{
Key: "autoplay video",
Value: "false",
Type: "bool",
Key: "autoplay video",
Value: "false",
Type: "bool",
},
{
Key: "autoplay audio",
Value: "false",
Type: "bool",
Key: "autoplay audio",
Value: "false",
Type: "bool",
},
{
Key: "check parent folder",