From 1b1abb9b881575572ca79b699feb93512deeafed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Tue, 25 Feb 2025 17:56:33 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=E8=B0=83=E7=94=A8=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/userScripts/tus-mission.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/userScripts/tus-mission.vue b/src/components/userScripts/tus-mission.vue index 7b2ed409..c7404b08 100644 --- a/src/components/userScripts/tus-mission.vue +++ b/src/components/userScripts/tus-mission.vue @@ -168,7 +168,7 @@ async function tryAuto(): Promise { } viewCnt++; if (likeCnt < 5) { - const isLike = post.self_operation?.upvote_type === 1; + const isLike = detailResp.self_operation.upvote_type === 1; if (isLike) { await TGLogger.Script(`[米游币任务]帖子${post.post.post_id}已点赞,跳过`); continue;