feat(cpic): 重命名类DF为CPIC以更好地反映模块功能

This commit is contained in:
huzhengrong 2025-10-27 17:41:33 +08:00
parent 70ef829046
commit 4a31223353
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import config from "../config.js";
import { SQLiteMessageQueue } from "../sqlite.js"; import { SQLiteMessageQueue } from "../sqlite.js";
import * as cheerio from "cheerio"; import * as cheerio from "cheerio";
class DF { class CPIC {
constructor() { constructor() {
this.jsonMap = [ this.jsonMap = [
{ {
@ -177,4 +177,4 @@ class DF {
} }
} }
new DF(); new CPIC();