默认主题配置不生效

This commit is contained in:
JEECG
2025-04-15 11:24:22 +08:00
parent 19fc610ef5
commit 7160ea32cb
3 changed files with 23 additions and 1 deletions

View File

@@ -104,6 +104,8 @@ export interface ProjectConfig {
colorWeak: boolean;
// Theme color
themeColor: string;
// Theme Mode
themeMode: string;
// The main interface is displayed in full screen, the menu is not displayed, and the top
fullContent: boolean;