diff --git a/index.json b/index.json index 3ff65f4..3b0d46b 100644 --- a/index.json +++ b/index.json @@ -51,6 +51,6 @@ "name": "禁漫天堂", "fileName": "jm.js", "key": "jm", - "version": "1.0.0" + "version": "1.0.1" } ] diff --git a/jm.js b/jm.js index 72d65f3..961a904 100644 --- a/jm.js +++ b/jm.js @@ -7,7 +7,7 @@ class JM extends ComicSource { // unique id of the source key = "jm" - version = "1.0.0" + version = "1.0.1" minAppVersion = "1.0.2" @@ -16,8 +16,8 @@ class JM extends ComicSource { static apiDomains = [ "https://www.jmapiproxyxxx.vip", - "https://www.cdnblackmyth.vip", - "https://www.cdnblackmyth.xyz", + "https://www.cdnblackmyth.club", + "https://www.cdnmhws.cc", "https://www.cdnxxx-proxy.co" ]; @@ -170,6 +170,9 @@ class JM extends ComicSource { if (type === 'category_id') { id = e.slug } + if (type === 'library') { + continue + } let comics = e.content.map((e) => this.parseComic(e)) result.push({ title: e.title, @@ -625,4 +628,4 @@ class JM extends ComicSource { 'Image Stream': '圖片分流', }, } -} \ No newline at end of file +}