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