From 408cb5f855d6c9837becd7b6235f129d8af96517 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Tue, 27 Jun 2023 16:32:55 +0800 Subject: [PATCH] Update yyq.js --- yyq.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [];