From b9fdf30354c53ad064f20a0af3d88111482ecb18 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 14 Oct 2025 20:51:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=90=91=E6=97=A5=E8=91=B5=E8=BF=9C?= =?UTF-8?q?=E7=A8=8B=E6=8E=A7=E5=88=B6-=E5=88=86=E6=AE=B5=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=20#1258?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.oray.sunlogin.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/apps/com.oray.sunlogin.ts b/src/apps/com.oray.sunlogin.ts index bca4444f..24c15098 100644 --- a/src/apps/com.oray.sunlogin.ts +++ b/src/apps/com.oray.sunlogin.ts @@ -94,8 +94,7 @@ export default defineGkdApp({ }, { preKeys: [0], - action: 'clickCenter', // clickNode 可能无效 - matches: '[text="不感兴趣"][visibleToUser=true]', + matches: '@[clickable=true] > [text="不感兴趣"][visibleToUser=true]', exampleUrls: 'https://e.gkd.li/55f927c7-edb5-4324-a73a-ad6dfa090eb6', snapshotUrls: 'https://i.gkd.li/i/22865433', },