feat: 底栏样式 issues #189

This commit is contained in:
guozhigq
2023-10-24 08:19:38 +08:00
parent 5d79c7ebbf
commit 1c370fb224
3 changed files with 41 additions and 15 deletions

View File

@ -135,6 +135,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 {