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

View File

@@ -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/dmzj.js"
@@ -101,7 +101,6 @@ const mangayomiSources = [{
}
}
}
chapters.reverse();
return {
name: title,
imageUrl: cover,

View File

@@ -7,7 +7,7 @@ const mangayomiSources = [{
"typeSource": "single",
"isManga": true,
"isNsfw": true,
"version": "0.0.1",
"version": "0.0.15",
"dateFormat": "",
"dateFormatLocale": "",
"pkgPath": "manga/src/zh/jmcomic.js"
@@ -117,6 +117,7 @@ const mangayomiSources = [{
});
}
}
chapters.reverse();
return {
name: title,
imageUrl: cover,