feat: #30 动态默认展示某项

This commit is contained in:
guozhigq
2023-08-24 21:31:19 +08:00
parent 6322b29aef
commit 5fc959eb59
4 changed files with 42 additions and 7 deletions

View File

@ -103,6 +103,7 @@ class SettingBoxKey {
/// 其他
static const String autoUpdate = 'autoUpdate';
static const String replySortType = 'replySortType';
static const String defaultDynamicType = 'defaultDynamicType';
/// 外观
static const String themeMode = 'themeMode';