From 720d6305ae62a07b0969b4c3faea78ae3e94e96f Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 6 Oct 2025 14:50:04 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=BF=90=E5=8A=A8=E4=B8=96=E7=95=8C?= =?UTF-8?q?=E6=A0=A1=E5=9B=AD-=E5=88=86=E6=AE=B5=E5=B9=BF=E5=91=8A=20#1211?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.zjwh.android_wh_physicalfitness.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/apps/com.zjwh.android_wh_physicalfitness.ts b/src/apps/com.zjwh.android_wh_physicalfitness.ts index f0a86ff7..f4aeacc0 100644 --- a/src/apps/com.zjwh.android_wh_physicalfitness.ts +++ b/src/apps/com.zjwh.android_wh_physicalfitness.ts @@ -139,8 +139,12 @@ export default defineGkdApp({ { preKeys: [0, 1], fastQuery: true, - matches: '@[clickable=true] > [text="不感兴趣"][visibleToUser=true]', - snapshotUrls: 'https://i.gkd.li/i/22514499', + matches: + '@[clickable=true] >(1,2) [text="不感兴趣"][visibleToUser=true]', + snapshotUrls: [ + 'https://i.gkd.li/i/22514499', + 'https://i.gkd.li/i/22691590', + ], }, ], },