batman
2023-03-13 a4bcd1eb9305e2c1b77c7847c2f4a979c0e95e93
src/stores/interface/index.ts
@@ -11,6 +11,7 @@
    time: number;
    userName: string;
    uid: string;
    depId: null | number;
    projectId: string;
    dataList: [];
}
@@ -51,6 +52,13 @@
    };
}
export interface screenThemeState {
    screenTheme: {
        isDark: boolean,
        depId: number
    }
}
// 布局配置
export interface ThemeConfigState {
    isDrawer: boolean;