mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-17 23:35:02 +08:00
Update yyq.js
This commit is contained in:
2
yyq.js
2
yyq.js
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
|
|
||||||
const $ = new Env("悦野圈");
|
const $ = new Env("悦野圈");
|
||||||
const ckName = "demo_data";
|
const ckName = "yyq_data";
|
||||||
//-------------------- 一般不动变量区域 -------------------------------------
|
//-------------------- 一般不动变量区域 -------------------------------------
|
||||||
const Notify = 1; //0为关闭通知,1为打开通知,默认为1
|
const Notify = 1; //0为关闭通知,1为打开通知,默认为1
|
||||||
const notify = $.isNode() ? require('./sendNotify') : '';
|
const notify = $.isNode() ? require('./sendNotify') : '';
|
||||||
|
|||||||
Reference in New Issue
Block a user