fix: 屏幕帧率 issues #99 #115

This commit is contained in:
guozhigq
2023-09-19 23:39:00 +08:00
parent afcc5a9a02
commit 7458c33173
3 changed files with 39 additions and 3 deletions

View File

@ -129,6 +129,7 @@ class SettingBoxKey {
static const String customColor = 'customColor'; // 自定义主题色
static const String iosTransition = 'iosTransition'; // ios路由
static const String enableSingleRow = 'enableSingleRow'; // 首页单列
static const String displayMode = 'displayMode';
}
class LocalCacheKey {