mod: 本地缓存历史记录状态
This commit is contained in:
@ -59,3 +59,8 @@ class UserBoxKey {
|
||||
class SettingBoxKey {
|
||||
static const String themeMode = 'themeMode';
|
||||
}
|
||||
|
||||
class LocalCacheKey {
|
||||
// 历史记录暂停状态 默认false
|
||||
static const String historyStatus = 'historyStatus';
|
||||
}
|
||||
|
Reference in New Issue
Block a user