update cz

This commit is contained in:
qist
2024-09-29 09:10:57 +08:00
parent 519c4f0156
commit df6742b7b1
11 changed files with 18 additions and 18 deletions

2
cat/dist/index.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
487dc24f27bca7a8b8df7a83b28bc85d
d5b0498663b715f32201880287463b1f

View File

@@ -2,7 +2,7 @@
import { Crypto, load, _ } from 'assets://js/lib/cat.js';
let key = 'czzy';
let host = 'https://www.czys.pro'; // 厂长地址发布页
let host = 'https://www.czzy77.com'; // 厂长地址发布页
let url = '';
let siteKey = '';
let siteType = 0;

View File

@@ -32,7 +32,7 @@ function cryptJs(text, key, iv, type) {
class ChangZhangSpider extends Spider {
constructor() {
super();
this.siteUrl = "https://www.czys.pro"
this.siteUrl = "https://www.czzy77.com"
}
async init(cfg) {