Update yyq.js

This commit is contained in:
smallfawn
2023-04-14 14:20:39 +08:00
committed by GitHub
parent f790bd5967
commit 551f6c27c4

2
yyq.js
View File

@@ -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') : '';