mirror of
https://github.com/venera-app/venera-configs.git
synced 2025-09-27 08:27:24 +00:00
jm: skip parsing type library (#32)
* jm: skip parsing type library * jm: bump to 1.0.1 * jm: update domains
This commit is contained in:
@@ -51,6 +51,6 @@
|
||||
"name": "禁漫天堂",
|
||||
"fileName": "jm.js",
|
||||
"key": "jm",
|
||||
"version": "1.0.0"
|
||||
"version": "1.0.1"
|
||||
}
|
||||
]
|
||||
|
9
jm.js
9
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,
|
||||
|
Reference in New Issue
Block a user