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