feat: 增加设置项

This commit is contained in:
guozhigq
2023-09-03 13:22:20 +08:00
parent ff47aff7cf
commit b9b1ac7ec5
5 changed files with 21 additions and 2 deletions

View File

@ -113,6 +113,8 @@ class SettingBoxKey {
static const String enableHotKey = 'enableHotKey';
static const String enableQuickFav = 'enableQuickFav';
static const String enableWordRe = 'enableWordRe';
static const String enableSearchWord = 'enableSearchWord';
static const String enableRcmdDynamic = 'enableRcmdDynamic';
/// 外观
static const String themeMode = 'themeMode';