更新 PingMeSignin.js

This commit is contained in:
奶思(⸝⸝•‧̫•⸝⸝)
2026-04-17 14:51:30 +08:00
committed by GitHub
parent 67aa19da09
commit b0a74b5388

View File

@ -278,7 +278,7 @@ async function startTasks() {
} else { } else {
await sendMsg(msgs.join('\n'), "").then(r => console.log("通知发送完成")); await sendMsg(msgs.join('\n'), "").then(r => console.log("通知发送完成"));
} }
$.done(); // $.done();
}).catch(async err => { }).catch(async err => {
// notifyDone('❌ 任务失败', msgs.join('\n') + '\n' + (err.error || String(err))); // notifyDone('❌ 任务失败', msgs.join('\n') + '\n' + (err.error || String(err)));
if (!isNode) { if (!isNode) {
@ -289,7 +289,7 @@ async function startTasks() {
} else { } else {
await sendMsg(msgs.join('\n'), "").then(r => console.log("通知发送完成")); await sendMsg(msgs.join('\n'), "").then(r => console.log("通知发送完成"));
} }
$.done(); // $.done();
}); });
/*}*/ /*}*/
} }