Update yyq.js

This commit is contained in:
smallfawn
2023-06-27 16:32:55 +08:00
committed by GitHub
parent 288ef9d3bb
commit 408cb5f855

2
yyq.js
View File

@@ -19,7 +19,7 @@ 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') : '';
let envSplitor = ["@"]; //多账号分隔符 let envSplitor = ["@","\n"]; //多账号分隔符
let msg = ''; //let ck,msg let msg = ''; //let ck,msg
let userCookie = ($.isNode() ? process.env[ckName] : $.getdata(ckName)) || ''; let userCookie = ($.isNode() ? process.env[ckName] : $.getdata(ckName)) || '';
let userList = []; let userList = [];