feat: 字体大小调节

This commit is contained in:
guozhigq
2023-08-22 20:53:50 +08:00
parent 0fe6d6c8e2
commit 8a8e99f30b
20 changed files with 175 additions and 74 deletions

View File

@ -100,7 +100,7 @@ class SettingBoxKey {
static const String autoUpdate = 'autoUpdate';
static const String themeMode = 'themeMode';
static const String defaultFontSize = 'fontSize';
static const String defaultTextScale = 'textScale';
static const String dynamicColor = 'dynamicColor'; // bool
static const String customColor = 'customColor'; // 自定义主题色
}