mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-17 15:25:10 +08:00
Update yyq.js
This commit is contained in:
2
yyq.js
2
yyq.js
@@ -19,7 +19,7 @@ const ckName = "yyq_data";
|
||||
//-------------------- 一般不动变量区域 -------------------------------------
|
||||
const Notify = 1; //0为关闭通知,1为打开通知,默认为1
|
||||
const notify = $.isNode() ? require('./sendNotify') : '';
|
||||
let envSplitor = ["@"]; //多账号分隔符
|
||||
let envSplitor = ["@","\n"]; //多账号分隔符
|
||||
let msg = ''; //let ck,msg
|
||||
let userCookie = ($.isNode() ? process.env[ckName] : $.getdata(ckName)) || '';
|
||||
let userList = [];
|
||||
|
||||
Reference in New Issue
Block a user