Your Name
2022-10-13 2bff5e788d4f7e505961270f0624aa3e78280e25
src/stores/interface/index.ts
@@ -51,6 +51,12 @@
    };
}
export interface screenThemeState {
    screenTheme: {
        isDark: boolean
    }
}
// 布局配置
export interface ThemeConfigState {
    isDrawer: boolean;