Merge pull request #649 from venera-app/feat/comment-blocking

feat: add comment keyword blocking functionality
This commit is contained in:
nyne
2025-11-29 15:04:51 +08:00
committed by GitHub
parent 0ce18cd738
commit 781ff2553d
6 changed files with 131 additions and 5 deletions

View File

@@ -180,6 +180,7 @@ class Settings with ChangeNotifier {
'showFavoriteStatusOnTile': true,
'showHistoryStatusOnTile': false,
'blockedWords': [],
'blockedCommentWords': [],
'defaultSearchTarget': null,
'autoPageTurningInterval': 5, // in seconds
'readerMode': 'galleryLeftToRight', // values of [ReaderMode]