refactor: ♻️ 代码优化

Former-commit-id: f5937eddb68a14165dc2b0bc03d4fe5dfa379e37
This commit is contained in:
hxr
2023-09-04 22:54:13 +08:00
parent 914c896cce
commit 896bd93c20
4 changed files with 11 additions and 24 deletions

View File

@@ -48,8 +48,8 @@ const defaultSettings: DefaultSettings = {
tagsView: true,
fixedHeader: false,
sidebarLogo: true,
layout: "mix", // 默认混合模式
theme: "dark", // 默认暗黑模式
layout: "left", // 默认左侧模式
theme: "light", // 默认暗黑模式
size: "default",
language: "zh-cn",
};