feat(urtrust): 重命名类PICC为URTRUST以更好地反映模块功能

This commit is contained in:
huzhengrong 2025-10-28 10:36:52 +08:00
parent 4754ef3d49
commit 82d552fc08
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import { timestampToDate, loopCall, keywordsInclude } from "../utils.js";
import config from "../config.js";
import { SQLiteMessageQueue } from "../sqlite.js";
class PICC {
class URTRUST {
constructor() {
this.info = [];
console.log(`众诚保险 爬虫启动...`);
@ -187,4 +187,4 @@ class PICC {
}
}
new PICC();
new URTRUST();