Merge branch 'design' into alpha

This commit is contained in:
guozhigq
2023-10-24 08:19:58 +08:00
3 changed files with 41 additions and 15 deletions

View File

@ -136,6 +136,7 @@ class SettingBoxKey {
static const String enableSingleRow = 'enableSingleRow'; // 首页单列
static const String displayMode = 'displayMode';
static const String customRows = 'customRows'; // 自定义列
static const String enableMYBar = 'enableMYBar';
}
class LocalCacheKey {