🐛 Fixed theme and packaging issues

This commit is contained in:
2025-06-21 15:33:50 +08:00
parent 1153c0a652
commit a92e5486b2
8 changed files with 23 additions and 11 deletions

View File

@@ -130,7 +130,7 @@ export const useEditorStore = defineStore('editor', () => {
// 获取主题扩展
const themeExtension = createThemeExtension(
configStore.config.appearance.systemTheme || SystemThemeType.SystemThemeDark
configStore.config.appearance.systemTheme || SystemThemeType.SystemThemeAuto
);
// 获取Tab相关扩展