feat(manga/zh): reverse chapters list

This commit is contained in:
kodjomoustapha
2024-05-09 14:58:32 +01:00
parent d230fe5168
commit 733d266d75
3 changed files with 5 additions and 4 deletions

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,