From e3fb88fd44adaa0e0fa412a56d6e5aabbf934141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Tue, 11 Mar 2025 17:15:20 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20=E4=BB=85=E5=88=B7=E6=96=B0?= =?UTF-8?q?=E9=83=A8=E5=88=86=E8=B4=A6=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/userScripts/tus-sign.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/userScripts/tus-sign.vue b/src/components/userScripts/tus-sign.vue index 4c1a6bd0..aabe5f71 100644 --- a/src/components/userScripts/tus-sign.vue +++ b/src/components/userScripts/tus-sign.vue @@ -207,7 +207,6 @@ async function tryAuto(): Promise { async function refreshState(ck: TGApp.App.Account.Cookie): Promise { if (uid.value === undefined) return; - await TGLogger.Script("[签到任务]刷新签到状态"); if (signAccounts.value.length === 0) { await TGLogger.Script("[签到任务]未检测到游戏账户,正在获取"); const gameResp = await takumiReq.bind.gameRoles(ck); @@ -230,6 +229,7 @@ async function refreshState(ck: TGApp.App.Account.Cookie): Promise { const cookie = { cookie_token: ck.cookie_token, account_id: ck.account_id }; const dayNow = new Date().getDate(); for (const item of signAccounts.value) { + if (item.reward && item.stat?.is_sign) continue; await TGLogger.Script( `[签到任务]刷新${item.info.title}-${item.account.regionName}-${item.account.gameUid}`, );