replace raw.githubusercontent.com

This commit is contained in:
UjuiUjuMandan
2025-02-05 11:44:14 +00:00
committed by nyne
parent 24155746f2
commit 965187e9de
3 changed files with 3 additions and 3 deletions

View File

@@ -155,7 +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",
'comicSourceListUrl': "https://cdn.jsdelivr.net/gh/venera-app/venera-configs@latest/index.json",
};
operator [](String key) {