feat(主题): 添加默认主题模式配置

在主题配置中添加默认的 mode 字段,明确设置初始主题为亮色模式,避免主题状态未定义时的显示问题
This commit is contained in:
dap
2026-01-28 20:13:47 +08:00
parent 72a62fa77f
commit 25994bd3bb

View File

@@ -45,6 +45,8 @@ export const overridesPreferences = defineOverridesPreferences({
// styleType: 'card',
},
theme: {
/** 默认主题模式 */
mode: 'light',
/**
* 浅色sidebar
*/