refactor(setting.ts): 默认开启侧边栏Logo

This commit is contained in:
郝先瑞
2022-02-27 01:03:48 +08:00
parent 96f74a98a6
commit c4469a767c
2 changed files with 22 additions and 2 deletions

View File

@@ -13,7 +13,8 @@ const defaultSettings: DefaultSettings = {
showSettings: true,
tagsView: true,
fixedHeader: false,
sidebarLogo: false,
// 是否显示Logo
sidebarLogo: true,
errorLog: 'production'
}