feat: add comment keyword blocking functionality

This commit is contained in:
2025-11-29 14:52:24 +08:00
parent 053293839e
commit 38b5947c0a
5 changed files with 114 additions and 3 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]