修复调用就结束执行的问题

This commit is contained in:
6dylan6 2023-11-03 18:00:59 +08:00 committed by GitHub
parent c4a44a48c5
commit 3ef66741af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1223,6 +1223,7 @@ function ChronocatNotify(title, desp) {
console.log(
'CHRONOCAT 服务的 CHRONOCAT_URL 或 CHRONOCAT_QQ 未设置!!\n取消推送',
);
resolve();
return;
}