update cz

This commit is contained in:
qist
2024-05-28 17:46:41 +08:00
parent 7c0c168c60
commit b10e54d1c8
8 changed files with 8 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
import { Crypto, load, _ } from 'assets://js/lib/cat.js';
let key = 'czzy';
let host = 'https://czzy.top'; // 厂长地址发布页
let host = 'https://www.czys.top'; // 厂长地址发布页
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://czzy.top"
this.siteUrl = "https://www.czys.top"
}
async init(cfg) {