From 551f6c27c47394f58670aacbedb925368d724c20 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Fri, 14 Apr 2023 14:20:39 +0800 Subject: [PATCH] Update yyq.js --- yyq.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yyq.js b/yyq.js index 30c2f77..d227311 100644 --- a/yyq.js +++ b/yyq.js @@ -15,7 +15,7 @@ const $ = new Env("悦野圈"); -const ckName = "demo_data"; +const ckName = "yyq_data"; //-------------------- 一般不动变量区域 ------------------------------------- const Notify = 1; //0为关闭通知,1为打开通知,默认为1 const notify = $.isNode() ? require('./sendNotify') : '';