diff --git a/index.json b/index.json index c951f1c..68e19bb 100644 --- a/index.json +++ b/index.json @@ -102,7 +102,7 @@ "name": "漫蛙吧", "fileName": "manwaba.js", "key": "manwaba", - "version": "1.0.1" + "version": "1.0.2" }, { "name": "Lanraragi", diff --git a/manwaba.js b/manwaba.js index 4cadbf4..48478ab 100644 --- a/manwaba.js +++ b/manwaba.js @@ -8,7 +8,7 @@ class ManWaBa extends ComicSource { // unique id of the source key = "manwaba"; - version = "1.0.1"; + version = "1.0.2"; minAppVersion = "1.4.0"; @@ -400,7 +400,7 @@ class ManWaBa extends ComicSource { let imageRes = await this.fetchJson(imgApi, { params: { ...params, - pageSize: pageNum, + page_size: pageNum, }, }).then((res) => res.data.images); let images = imageRes.map((item) => item.url);