✨ feat(urtrust): 重命名类PICC为URTRUST以更好地反映模块功能
This commit is contained in:
parent
4754ef3d49
commit
82d552fc08
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue