mod: 本地缓存历史记录状态

This commit is contained in:
guozhigq
2023-07-24 15:12:00 +08:00
parent ee973167a5
commit 4e64c74ee0
5 changed files with 32 additions and 1 deletions

View File

@ -59,3 +59,8 @@ class UserBoxKey {
class SettingBoxKey {
static const String themeMode = 'themeMode';
}
class LocalCacheKey {
// 历史记录暂停状态 默认false
static const String historyStatus = 'historyStatus';
}