mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 19:01:15 +00:00
fix
This commit is contained in:
@@ -50,7 +50,7 @@ const mangayomiSources = [
|
|||||||
"iconUrl": "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/javascript/icon/all.comick.png",
|
"iconUrl": "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/javascript/icon/all.comick.png",
|
||||||
"typeSource": "single",
|
"typeSource": "single",
|
||||||
"itemType": 0,
|
"itemType": 0,
|
||||||
"version": "0.0.85",
|
"version": "0.0.9",
|
||||||
"pkgPath": "manga/src/all/comick.js"
|
"pkgPath": "manga/src/all/comick.js"
|
||||||
}];
|
}];
|
||||||
|
|
||||||
@@ -385,7 +385,7 @@ class DefaultExtension extends MProvider {
|
|||||||
imageUrl: manga.cover_url,
|
imageUrl: manga.cover_url,
|
||||||
link: `/comic/${manga.hid}/#`
|
link: `/comic/${manga.hid}/#`
|
||||||
})),
|
})),
|
||||||
hasNextPage: body.hasNextPage || false
|
hasNextPage: true
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
beautifyChapterName(vol, chap, title) {
|
beautifyChapterName(vol, chap, title) {
|
||||||
|
|||||||
Reference in New Issue
Block a user