mirror of
https://github.com/venera-app/venera-configs.git
synced 2025-09-27 16:37:23 +00:00
jm: update domains & version (#21)
This commit is contained in:
10
jm.js
10
jm.js
@@ -15,10 +15,10 @@ class JM extends ComicSource {
|
|||||||
url = "https://raw.githubusercontent.com/venera-app/venera-configs/refs/heads/main/jm.js"
|
url = "https://raw.githubusercontent.com/venera-app/venera-configs/refs/heads/main/jm.js"
|
||||||
|
|
||||||
static apiDomains = [
|
static apiDomains = [
|
||||||
"https://www.cdnxxx-proxy.xyz",
|
"https://www.jmapiproxyxxx.vip",
|
||||||
"https://www.cdnxxx-proxy.co",
|
"https://www.cdnblackmyth.vip",
|
||||||
"https://www.cdnxxx-proxy.vip",
|
"https://www.cdnblackmyth.xyz",
|
||||||
"https://www.cdnxxx-proxy.org"
|
"https://www.cdnxxx-proxy.co"
|
||||||
];
|
];
|
||||||
|
|
||||||
static imageUrls = [
|
static imageUrls = [
|
||||||
@@ -84,7 +84,7 @@ class JM extends ComicSource {
|
|||||||
}
|
}
|
||||||
|
|
||||||
getHeaders(time) {
|
getHeaders(time) {
|
||||||
const jmVersion = "1.7.2"
|
const jmVersion = "1.7.5"
|
||||||
const jmAuthKey = "18comicAPPContent"
|
const jmAuthKey = "18comicAPPContent"
|
||||||
let token = Convert.md5(Convert.encodeUtf8(`${time}${jmAuthKey}`))
|
let token = Convert.md5(Convert.encodeUtf8(`${time}${jmAuthKey}`))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user