mirror of
https://github.com/venera-app/venera-configs.git
synced 2025-09-27 16:37:23 +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": "禁漫天堂",
|
"name": "禁漫天堂",
|
||||||
"fileName": "jm.js",
|
"fileName": "jm.js",
|
||||||
"key": "jm",
|
"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
|
// unique id of the source
|
||||||
key = "jm"
|
key = "jm"
|
||||||
|
|
||||||
version = "1.0.0"
|
version = "1.0.1"
|
||||||
|
|
||||||
minAppVersion = "1.0.2"
|
minAppVersion = "1.0.2"
|
||||||
|
|
||||||
@@ -16,8 +16,8 @@ class JM extends ComicSource {
|
|||||||
|
|
||||||
static apiDomains = [
|
static apiDomains = [
|
||||||
"https://www.jmapiproxyxxx.vip",
|
"https://www.jmapiproxyxxx.vip",
|
||||||
"https://www.cdnblackmyth.vip",
|
"https://www.cdnblackmyth.club",
|
||||||
"https://www.cdnblackmyth.xyz",
|
"https://www.cdnmhws.cc",
|
||||||
"https://www.cdnxxx-proxy.co"
|
"https://www.cdnxxx-proxy.co"
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -170,6 +170,9 @@ class JM extends ComicSource {
|
|||||||
if (type === 'category_id') {
|
if (type === 'category_id') {
|
||||||
id = e.slug
|
id = e.slug
|
||||||
}
|
}
|
||||||
|
if (type === 'library') {
|
||||||
|
continue
|
||||||
|
}
|
||||||
let comics = e.content.map((e) => this.parseComic(e))
|
let comics = e.content.map((e) => this.parseComic(e))
|
||||||
result.push({
|
result.push({
|
||||||
title: e.title,
|
title: e.title,
|
||||||
|
Reference in New Issue
Block a user