Add a setting for comic source list url

This commit is contained in:
2025-01-20 19:28:03 +08:00
parent e6b7f5b014
commit c334e4fa05
3 changed files with 27 additions and 4 deletions

View File

@@ -155,6 +155,7 @@ class _Settings with ChangeNotifier {
'customImageProcessing': defaultCustomImageProcessing,
'sni': true,
'autoAddLanguageFilter': 'none', // none, chinese, english, japanese
'comicSourceListUrl': "https://raw.githubusercontent.com/venera-app/venera-configs/master/index.json",
};
operator [](String key) {