更新厂长

This commit is contained in:
qist
2024-06-20 11:59:39 +08:00
parent f573246213
commit 315dcd03bb
8 changed files with 8 additions and 8 deletions

2
cat/dist/index.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
2e6e2e197d31d9f2861639071562eb15
da71a187983dfd583dbbeec77a0014c3

View File

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