🐛 fix sidebar didn't auto unfold

pull/548/head v2.0.4-fix
微凉 2022-01-01 23:04:33 +08:00
parent 38323fd24f
commit 14b9b76e87
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ func GetConfig() {
} }
} }
NoCors = strings.Trim(NoCors, ",") NoCors = strings.Trim(NoCors, ",")
NoUpload = strings.Trim(NoUpload, ",") NoUpload += "root"
} }
func init() { func init() {