mod: def rcmd type

This commit is contained in:
bggRGjQaUbCoE
2024-10-06 12:25:27 +08:00
parent 3fa2896499
commit 58ebce047d
3 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ class _RecommendSettingState extends State<RecommendSetting> {
super.initState();
// 首页默认推荐类型
defaultRcmdType =
setting.get(SettingBoxKey.defaultRcmdType, defaultValue: 'web');
setting.get(SettingBoxKey.defaultRcmdType, defaultValue: 'app');
userInfo = userInfoCache.get('userInfoCache');
userLogin = userInfo != null;
accessKeyInfo = localCache.get(LocalCacheKey.accessKey, defaultValue: null);