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