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",
|
||||
"isManga": true,
|
||||
"isNsfw": false,
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.15",
|
||||
"dateFormat": "",
|
||||
"dateFormatLocale": "",
|
||||
"pkgPath": "manga/src/zh/copymanga.js"
|
||||
@@ -190,6 +190,7 @@ const mangayomiSources = [{
|
||||
url: url + "|" + ch["id"]
|
||||
});
|
||||
}
|
||||
chapters.reverse();
|
||||
return {
|
||||
name: title,
|
||||
imageUrl: cover,
|
||||
|
||||
Reference in New Issue
Block a user