jm: update domains & version (#21)

This commit is contained in:
Pacalini
2024-11-21 15:28:46 +08:00
committed by GitHub
parent 90740ecd81
commit 0a07032ddd

10
jm.js
View File

@@ -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}`))