diff --git a/index.json b/index.json index 3c82381..f34743a 100644 --- a/index.json +++ b/index.json @@ -45,6 +45,6 @@ "name": "禁漫天堂", "fileName": "jm.js", "key": "jm", - "version": "1.1.2" + "version": "1.1.3" } ] diff --git a/jm.js b/jm.js index 481ace2..90afd4a 100644 --- a/jm.js +++ b/jm.js @@ -7,7 +7,7 @@ class JM extends ComicSource { // unique id of the source key = "jm" - version = "1.1.2" + version = "1.1.3" minAppVersion = "1.2.5" @@ -613,7 +613,7 @@ class JM extends ComicSource { let res = await this.get(`${this.baseUrl}/favorite?folder_id=${folder}&page=${page}&o=${order}`) let json = JSON.parse(res) let total = json.total - let maxPage = Math.ceil(total / 80) + let maxPage = Math.ceil(total / 20) let comics = json.list.map((e) => this.parseComic(e)) return { comics: comics,