update
This commit is contained in:
@ -55,7 +55,8 @@ if ($.isNode()) {
|
||||
}
|
||||
//await deleteFile(JD_DailyBonusPath);//删除下载的JD_DailyBonus.js文件
|
||||
if ($.isNode() && allMessage && process.env.JD_BEAN_SIGN_NOTIFY_SIMPLE === 'true') {
|
||||
await notify.sendNotify(`${$.name}`, `${allMessage}`)
|
||||
$.msg($.name, '', allMessage);
|
||||
await notify.sendNotify($.name, allMessage)
|
||||
}
|
||||
})()
|
||||
.catch((e) => $.logErr(e))
|
||||
|
Reference in New Issue
Block a user