From 4642687051157656d7a689626ed477aabc082ebd Mon Sep 17 00:00:00 2001 From: 7777777 Date: Wed, 2 Mar 2022 00:47:58 +0800 Subject: [PATCH] 'update' --- gotifytest.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gotifytest.js b/gotifytest.js index 968dd4b..1e3344c 100644 --- a/gotifytest.js +++ b/gotifytest.js @@ -20,9 +20,10 @@ async function sendNotify( ) { //提供6种通知 desp += author; //增加作者信息,防止被贩卖等 + /* await Promise.all([ pushPlusNotify(text, desp), //pushplus(推送加) - ]); + ]);*/ //由于上述两种微信通知需点击进去才能查看到详情,故text(标题内容)携带了账号序号以及昵称信息,方便不点击也可知道是哪个京东哪个活动 text = text.match(/.*?(?=\s?-)/g) ? text.match(/.*?(?=\s?-)/g)[0] : text; await Promise.all([