mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2026-01-12 04:20:43 +08:00
修复BUG
This commit is contained in:
parent
86fb2321b7
commit
aecce02dd1
@ -265,10 +265,10 @@ async function sendNotify(
|
||||
} else if (type == pushType[1]) {
|
||||
console.log(`通知变量为黑名单模式`);
|
||||
if (checkSmallfawnPush(process.env[pushType[1]]).includes(text)) {
|
||||
console.log(`[${text}] 在 [${type}] 变量中 => 通知`);
|
||||
await push();
|
||||
console.log(`[${text}] 在 [${type}] 变量中 => 不通知`);
|
||||
} else {
|
||||
console.log(`[${text}] 不在 [${type}] 变量中 => 不通知`)
|
||||
console.log(`[${text}] 不在 [${type}] 变量中 => 通知`)
|
||||
await push();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user