mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: model & feat: filter play (#529)
* opt: model * opt: model * feat: filter play
This commit is contained in:
committed by
GitHub
parent
018cd058ca
commit
b9adf26ee0
@@ -191,9 +191,6 @@ class GStorage {
|
||||
defaultValue: CDNService.backupUrl.code,
|
||||
);
|
||||
|
||||
static int get minDurationForRcmd =>
|
||||
setting.get(SettingBoxKey.minDurationForRcmd, defaultValue: 0);
|
||||
|
||||
static String get banWordForRecommend =>
|
||||
setting.get(SettingBoxKey.banWordForRecommend, defaultValue: '');
|
||||
|
||||
@@ -203,9 +200,6 @@ class GStorage {
|
||||
static String get banWordForZone =>
|
||||
setting.get(SettingBoxKey.banWordForZone, defaultValue: '');
|
||||
|
||||
static int get minLikeRatioForRecommend =>
|
||||
setting.get(SettingBoxKey.minLikeRatioForRecommend, defaultValue: 0);
|
||||
|
||||
static bool get appRcmd =>
|
||||
setting.get(SettingBoxKey.appRcmd, defaultValue: true);
|
||||
|
||||
@@ -636,6 +630,7 @@ class SettingBoxKey {
|
||||
appRcmd = 'appRcmd',
|
||||
enableSaveLastData = 'enableSaveLastData',
|
||||
minDurationForRcmd = 'minDurationForRcmd',
|
||||
minPlayForRcmd = 'minPlayForRcmd',
|
||||
minLikeRatioForRecommend = 'minLikeRatioForRecommend',
|
||||
exemptFilterForFollowed = 'exemptFilterForFollowed',
|
||||
banWordForRecommend = 'banWordForRecommend',
|
||||
|
||||
Reference in New Issue
Block a user