Add follow updates feature. Close #189

This commit is contained in:
2025-02-15 16:05:38 +08:00
parent 562ac9a95b
commit 317e0f87e5
9 changed files with 907 additions and 22 deletions

View File

@@ -159,6 +159,7 @@ class _Settings with ChangeNotifier {
'autoAddLanguageFilter': 'none', // none, chinese, english, japanese
'comicSourceListUrl': "https://cdn.jsdelivr.net/gh/venera-app/venera-configs@latest/index.json",
'preloadImageCount': 4,
'followUpdatesFolder': null,
};
operator [](String key) {