chore: 去除主题切换/设置,永久为light

This commit is contained in:
lzh
2025-12-22 16:21:08 +08:00
parent 5c7b401417
commit 6bb7219fe5
3 changed files with 10 additions and 12 deletions

View File

@@ -22,4 +22,8 @@ export const overridesPreferences = defineOverridesPreferences({
companyName: import.meta.env.VITE_APP_TITLE,
companySiteLink: 'https://www.vs-cushwake.com/',
},
theme: {
/** 主题模式:'light' 为浅色模式,'dark' 为深色模式,'auto' 为跟随系统 */
mode: 'light',
},
});