新增提示

This commit is contained in:
smallfawn
2023-07-11 18:46:41 +08:00
committed by GitHub
parent aecce02dd1
commit 6172976254

View File

@@ -274,6 +274,7 @@ async function sendNotify(
}
} else {
console.log(`无黑白名单变量 默认形式发送 [${text}]`);
console.log(`如需配置通知黑白名单请在env或配置文件 添加白名单${pushType[0]} 或 黑名单${pushType[1]} 二选一`);
await push()
}