This commit is contained in:
Schnitzel5
2025-05-07 22:38:04 +02:00
parent dc2c95c776
commit 70f6654d8c
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ const mangayomiSources = [{
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/javascript/icon/en.novelupdates.png", "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/javascript/icon/en.novelupdates.png",
"typeSource": "single", "typeSource": "single",
"itemType": 2, "itemType": 2,
"version": "0.0.5", "version": "0.0.4",
"dateFormat": "", "dateFormat": "",
"dateFormatLocale": "", "dateFormatLocale": "",
"pkgPath": "novel/src/en/novelupdates.js", "pkgPath": "novel/src/en/novelupdates.js",

View File

@@ -7,7 +7,7 @@ const mangayomiSources = [{
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/javascript/icon/en.wordrain69.png", "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/javascript/icon/en.wordrain69.png",
"typeSource": "single", "typeSource": "single",
"itemType": 2, "itemType": 2,
"version": "0.0.3", "version": "0.0.4",
"dateFormat": "", "dateFormat": "",
"dateFormatLocale": "", "dateFormatLocale": "",
"pkgPath": "novel/src/en/wordrain69.js", "pkgPath": "novel/src/en/wordrain69.js",

View File

@@ -86,7 +86,7 @@ List<Source> _searchJsSources(Directory dir) {
..appMinVerReq = ..appMinVerReq =
sourceJson["appMinVerReq"] ?? defaultSource.appMinVerReq sourceJson["appMinVerReq"] ?? defaultSource.appMinVerReq
..sourceCodeUrl = ..sourceCodeUrl =
"https://raw.githubusercontent.com/Schnitzel5/mangayomi-extensions/$branchName/javascript/${sourceJson["pkgPath"] ?? sourceJson["pkgName"]}"; "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/javascript/${sourceJson["pkgPath"] ?? sourceJson["pkgName"]}";
if (sourceJson["id"] != null) { if (sourceJson["id"] != null) {
source = source..id = int.tryParse("${sourceJson["id"]}"); source = source..id = int.tryParse("${sourceJson["id"]}");
} }