From 8e81a3cfe646353e32196ec2bbbda1e0421d509f Mon Sep 17 00:00:00 2001 From: smallfawn <860562056@QQ.COM> Date: Sat, 21 Oct 2023 21:01:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A5=87=E7=91=9E=E6=B1=BD=E8=BD=A6=EF=BC=9A?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chery.js b/chery.js index c3f9ccf..ef87e4f 100644 --- a/chery.js +++ b/chery.js @@ -8,7 +8,7 @@ */ const $ = new Env("奇瑞汽车"); -const ckName = "chert_data"; +const ckName = "chery_data"; const Notify = 1; //0为关闭通知,1为打开通知,默认为1 let envSplitor = ["@", "\n"]; //多账号分隔符 let strSplitor = '&'; //多变量分隔符