mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-04 21:01:17 +08:00
chore: 补充中奖关键词
This commit is contained in:
parent
6f117540f7
commit
f3c87b46cb
@ -134,7 +134,7 @@ async function isMe() {
|
||||
if ((Date.now() / 1000 - timestamp) / 3600 >= 2) {
|
||||
return;
|
||||
}
|
||||
if (/中奖|填写|写上|支付宝账号|收款码|激活码/.test(content)) {
|
||||
if (/中奖|填写|写上|提供|收货地址|支付宝账号|收款码|激活码/.test(content)) {
|
||||
desp += `发生时间: ${transformTimeZone(timestamp * 1000, 8)} <br><br>`
|
||||
desp += `用户: ${sender_uid} <br><br>`
|
||||
desp += `私信你(${GlobalVar.myUID})说: ${content} <br><br>`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user