mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
feat(manga/zh): reverse chapters list
This commit is contained in:
@@ -7,7 +7,7 @@ const mangayomiSources = [{
|
|||||||
"typeSource": "single",
|
"typeSource": "single",
|
||||||
"isManga": true,
|
"isManga": true,
|
||||||
"isNsfw": false,
|
"isNsfw": false,
|
||||||
"version": "0.0.1",
|
"version": "0.0.15",
|
||||||
"dateFormat": "",
|
"dateFormat": "",
|
||||||
"dateFormatLocale": "",
|
"dateFormatLocale": "",
|
||||||
"pkgPath": "manga/src/zh/copymanga.js"
|
"pkgPath": "manga/src/zh/copymanga.js"
|
||||||
@@ -190,6 +190,7 @@ const mangayomiSources = [{
|
|||||||
url: url + "|" + ch["id"]
|
url: url + "|" + ch["id"]
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
chapters.reverse();
|
||||||
return {
|
return {
|
||||||
name: title,
|
name: title,
|
||||||
imageUrl: cover,
|
imageUrl: cover,
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ const mangayomiSources = [{
|
|||||||
"typeSource": "single",
|
"typeSource": "single",
|
||||||
"isManga": true,
|
"isManga": true,
|
||||||
"isNsfw": false,
|
"isNsfw": false,
|
||||||
"version": "0.0.1",
|
"version": "0.0.15",
|
||||||
"dateFormat": "",
|
"dateFormat": "",
|
||||||
"dateFormatLocale": "",
|
"dateFormatLocale": "",
|
||||||
"pkgPath": "manga/src/zh/dmzj.js"
|
"pkgPath": "manga/src/zh/dmzj.js"
|
||||||
@@ -101,7 +101,6 @@ const mangayomiSources = [{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
chapters.reverse();
|
|
||||||
return {
|
return {
|
||||||
name: title,
|
name: title,
|
||||||
imageUrl: cover,
|
imageUrl: cover,
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ const mangayomiSources = [{
|
|||||||
"typeSource": "single",
|
"typeSource": "single",
|
||||||
"isManga": true,
|
"isManga": true,
|
||||||
"isNsfw": true,
|
"isNsfw": true,
|
||||||
"version": "0.0.1",
|
"version": "0.0.15",
|
||||||
"dateFormat": "",
|
"dateFormat": "",
|
||||||
"dateFormatLocale": "",
|
"dateFormatLocale": "",
|
||||||
"pkgPath": "manga/src/zh/jmcomic.js"
|
"pkgPath": "manga/src/zh/jmcomic.js"
|
||||||
@@ -117,6 +117,7 @@ const mangayomiSources = [{
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
chapters.reverse();
|
||||||
return {
|
return {
|
||||||
name: title,
|
name: title,
|
||||||
imageUrl: cover,
|
imageUrl: cover,
|
||||||
|
|||||||
Reference in New Issue
Block a user