feat: add global font size adjustment

This commit is contained in:
米山
2025-11-12 17:38:41 +08:00
parent f59e33682c
commit 24b6e7a835
11 changed files with 31 additions and 9 deletions

View File

@@ -15,5 +15,6 @@ export { default as GlobalShortcutKeys } from './shortcut-keys/global.vue';
export { default as SwitchItem } from './switch-item.vue';
export { default as BuiltinTheme } from './theme/builtin.vue';
export { default as ColorMode } from './theme/color-mode.vue';
export { default as FontSize } from './theme/font-size.vue';
export { default as Radius } from './theme/radius.vue';
export { default as Theme } from './theme/theme.vue';