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