mirror of
https://github.com/venera-app/venera-configs.git
synced 2025-12-16 09:21:16 +00:00
Bump version to 1.0.2 and update page size param (#187)
* Bump version to 1.0.2 and update page size param 修复 manwaba 分页 fixes #177 * 更新 index.json
This commit is contained in:
@@ -102,7 +102,7 @@
|
|||||||
"name": "漫蛙吧",
|
"name": "漫蛙吧",
|
||||||
"fileName": "manwaba.js",
|
"fileName": "manwaba.js",
|
||||||
"key": "manwaba",
|
"key": "manwaba",
|
||||||
"version": "1.0.1"
|
"version": "1.0.2"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Lanraragi",
|
"name": "Lanraragi",
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ class ManWaBa extends ComicSource {
|
|||||||
// unique id of the source
|
// unique id of the source
|
||||||
key = "manwaba";
|
key = "manwaba";
|
||||||
|
|
||||||
version = "1.0.1";
|
version = "1.0.2";
|
||||||
|
|
||||||
minAppVersion = "1.4.0";
|
minAppVersion = "1.4.0";
|
||||||
|
|
||||||
@@ -400,7 +400,7 @@ class ManWaBa extends ComicSource {
|
|||||||
let imageRes = await this.fetchJson(imgApi, {
|
let imageRes = await this.fetchJson(imgApi, {
|
||||||
params: {
|
params: {
|
||||||
...params,
|
...params,
|
||||||
pageSize: pageNum,
|
page_size: pageNum,
|
||||||
},
|
},
|
||||||
}).then((res) => res.data.images);
|
}).then((res) => res.data.images);
|
||||||
let images = imageRes.map((item) => item.url);
|
let images = imageRes.map((item) => item.url);
|
||||||
|
|||||||
Reference in New Issue
Block a user