lct
Your Name
2022-09-08 0a845649839ed1d5c23f5810142e396ea08f510b
src/stores/interface/index.ts
@@ -51,6 +51,12 @@
    };
}
export interface screenThemeState {
    screenTheme: {
        isDark: boolean
    }
}
// 布局配置
export interface ThemeConfigState {
    isDrawer: boolean;