feat: rcmd(app)/hot: filter zone

Closes #119

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-09 18:42:33 +08:00
parent eec4aa50f0
commit 9ab6dcff23
3 changed files with 94 additions and 117 deletions

View File

@@ -184,6 +184,9 @@ class GStorage {
static String get banWordForReply =>
setting.get(SettingBoxKey.banWordForReply, defaultValue: '');
static String get banWordForZone =>
setting.get(SettingBoxKey.banWordForZone, defaultValue: '');
static int get minLikeRatioForRecommend =>
setting.get(SettingBoxKey.minLikeRatioForRecommend, defaultValue: 0);
@@ -522,6 +525,7 @@ class SettingBoxKey {
cdnSpeedTest = 'cdnSpeedTest',
horizontalPreview = 'horizontalPreview',
banWordForReply = 'banWordForReply',
banWordForZone = 'banWordForZone',
// Sponsor Block
enableSponsorBlock = 'enableSponsorBlock',