feat: 隐藏热搜热榜的功能 issues#35

This commit is contained in:
guozhigq
2023-08-27 12:12:51 +08:00
parent b9e78bf2ec
commit 9528a6f462
4 changed files with 15 additions and 1 deletions

View File

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