chore: 去除主题切换/设置,永久为light
This commit is contained in:
@@ -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',
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user