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