From 4a31223353bdaa8a46ed8a56e6657d8654ebb13e Mon Sep 17 00:00:00 2001 From: huzhengrong Date: Mon, 27 Oct 2025 17:41:33 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(cpic):=20=E9=87=8D=E5=91=BD?= =?UTF-8?q?=E5=90=8D=E7=B1=BBDF=E4=B8=BACPIC=E4=BB=A5=E6=9B=B4=E5=A5=BD?= =?UTF-8?q?=E5=9C=B0=E5=8F=8D=E6=98=A0=E6=A8=A1=E5=9D=97=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/cpic.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service/cpic.js b/service/cpic.js index c8e7095..dd33447 100644 --- a/service/cpic.js +++ b/service/cpic.js @@ -7,7 +7,7 @@ import config from "../config.js"; import { SQLiteMessageQueue } from "../sqlite.js"; import * as cheerio from "cheerio"; -class DF { +class CPIC { constructor() { this.jsonMap = [ { @@ -177,4 +177,4 @@ class DF { } } -new DF(); +new CPIC();