From b0a74b5388d3e8fddf324706482d6aba8e979bfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=B6=E6=80=9D=28=E2=B8=9D=E2=B8=9D=E2=80=A2=E2=80=A7?= =?UTF-8?q?=CC=AB=E2=80=A2=E2=B8=9D=E2=B8=9D=29?= <57740735+fmz200@users.noreply.github.com> Date: Fri, 17 Apr 2026 14:51:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20PingMeSignin.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/PingMe/PingMeSignin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); }); /*}*/ }