diff --git a/yyq.js b/yyq.js index 3e57e56..c8a9e66 100644 --- a/yyq.js +++ b/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 = [];