mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
+
This commit is contained in:
@@ -15,6 +15,5 @@ List<Source> _zorothemeSourcesList = [
|
||||
]
|
||||
.map((e) => e
|
||||
..sourceCodeUrl = _zorothemeSourceCodeUrl
|
||||
..appMinVerReq = "0.4.0"
|
||||
..version = _zorothemeVersion)
|
||||
.toList();
|
||||
|
||||
@@ -8,7 +8,6 @@ const mangayomiSources = [{
|
||||
"isManga": false,
|
||||
"itemType": 1,
|
||||
"version": "0.0.25",
|
||||
"appMinVerReq": "0.3.8",
|
||||
"pkgPath": "anime/src/all/torrentio.js"
|
||||
}];
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ const mangayomiSources = [{
|
||||
"isManga": false,
|
||||
"itemType": 1,
|
||||
"version": "0.0.2",
|
||||
"appMinVerReq": "0.3.8",
|
||||
"pkgPath": "anime/src/all/torrentioanime.js"
|
||||
}];
|
||||
|
||||
|
||||
@@ -11,7 +11,6 @@ const mangayomiSources = [{
|
||||
"dateFormat": "",
|
||||
"dateFormatLocale": "",
|
||||
"pkgPath": "novel/src/en/novelupdates.js",
|
||||
"appMinVerReq": "0.4.0",
|
||||
"isNsfw": false,
|
||||
"hasCloudflare": true
|
||||
}];
|
||||
|
||||
@@ -11,7 +11,6 @@ const mangayomiSources = [{
|
||||
"dateFormat": "",
|
||||
"dateFormatLocale": "",
|
||||
"pkgPath": "novel/src/en/wordrain69.js",
|
||||
"appMinVerReq": "0.4.0",
|
||||
"isNsfw": false,
|
||||
"hasCloudflare": false
|
||||
}];
|
||||
|
||||
@@ -54,7 +54,7 @@ class Source {
|
||||
this.isManga,
|
||||
this.itemType = ItemType.manga,
|
||||
this.isFullData = false,
|
||||
this.appMinVerReq = "0.2.0",
|
||||
this.appMinVerReq = "0.5.0",
|
||||
this.additionalParams = "",
|
||||
this.sourceCodeLanguage = 0});
|
||||
Source.fromJson(Map<String, dynamic> json) {
|
||||
|
||||
Reference in New Issue
Block a user