This commit is contained in:
Wang Kejun 2023-09-09 09:45:35 +08:00
parent d45ba6f6bb
commit 2d7e57421d
1 changed files with 0 additions and 23 deletions

View File

@ -1,23 +0,0 @@
export enum ETheme {
light = 'light',
dark = 'dark',
}
export interface IThemeState {
setting: boolean;
color: string;
/**
*
*/
theme: ETheme;
/**
*
*/
systemTheme: boolean;
isFullPage: boolean;
showHeader: boolean;
showBreadcrumbs: boolean;
showFooter: boolean;
}