Your Name
2022-12-01 f7f647a20cca0d106473e6a862b85d89a7a93d19
src/stores/interface/index.ts
@@ -11,7 +11,9 @@
    time: number;
    userName: string;
    uid: string;
    depId: string;
    projectId: string;
    dataList: [];
}
export interface UserInfosStates {
    userInfos: UserInfosState;
@@ -50,6 +52,12 @@
    };
}
export interface screenThemeState {
    screenTheme: {
        isDark: boolean
    }
}
// 布局配置
export interface ThemeConfigState {
    isDrawer: boolean;