1
0
mirror of https://github.com/okyyds/yyds.git synced 2026-07-13 01:31:17 +08:00
This commit is contained in:
yyds
2022-02-18 01:26:24 +08:00
parent 62f7dc002c
commit 6b4409faf0

View File

@@ -47,10 +47,10 @@ if ($.isNode()) {
}
await bean();
await showMsg();
allMessage += `\n今日全部账号收入:${allBean}个京豆 🐶\n`
}
}
allMessage += `\n今日全部账号收入:${allBean}个京豆 🐶\n`
if ($.isNode() && allMessage) {
await notify.sendNotify(`${$.name}`, `${allMessage}`, { url: `https://bean.m.jd.com/beanDetail/index.action?resourceValue=bean` })
}