feat: 黑名单查看、屏蔽黑名单用户推荐/最热 #22

This commit is contained in:
guozhigq
2023-08-15 14:43:20 +08:00
parent 1fe234d702
commit eb38dfc313
9 changed files with 306 additions and 3 deletions

View File

@ -117,6 +117,8 @@ class SettingBoxKey {
static const String danmakuEnable = 'danmakuEnable';
static const String fullScreenMode = 'fullScreenMode';
static const String blackMidsList = 'blackMidsList';
}
class LocalCacheKey {