Admin
2022-09-23 944154a5035f5718c8548723277826b5c1a9bef0
src/stores/interface/index.ts
@@ -51,6 +51,12 @@
    };
}
export interface screenThemeState {
    screenTheme: {
        isDark: boolean
    }
}
// 布局配置
export interface ThemeConfigState {
    isDrawer: boolean;