feat: add global font size adjustment

This commit is contained in:
米山
2025-11-12 17:39:07 +08:00
parent 24b6e7a835
commit 0bc7169698
3 changed files with 65 additions and 3 deletions

View File

@@ -239,12 +239,12 @@ interface ThemePreferences {
colorSuccess: string;
/** 警告色 */
colorWarning: string;
/** 字体大小单位px */
fontSize: number;
/** 当前主题 */
mode: ThemeModeType;
/** 圆角 */
radius: string;
/** 字体大小单位px */
fontSize: number;
/** 是否开启半深色header只在theme='light'时生效) */
semiDarkHeader: boolean;
/** 是否开启半深色菜单只在theme='light'时生效) */