From 9550227a29d73bcedf1553e64e52cb6175a33a99 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 16 Oct 2025 20:36:48 +0800 Subject: [PATCH] =?UTF-8?q?perf:=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#1266?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.oray.sunlogin.ts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/apps/com.oray.sunlogin.ts b/src/apps/com.oray.sunlogin.ts index 24c15098..ae80858c 100644 --- a/src/apps/com.oray.sunlogin.ts +++ b/src/apps/com.oray.sunlogin.ts @@ -94,9 +94,15 @@ export default defineGkdApp({ }, { preKeys: [0], - matches: '@[clickable=true] > [text="不感兴趣"][visibleToUser=true]', + anyMatches: [ + '@[clickable=true] > [text="不感兴趣"][clickable=false][visibleToUser=true]', + '[text="不感兴趣"][clickable=true][visibleToUser=true]', + ], exampleUrls: 'https://e.gkd.li/55f927c7-edb5-4324-a73a-ad6dfa090eb6', - snapshotUrls: 'https://i.gkd.li/i/22865433', + snapshotUrls: [ + 'https://i.gkd.li/i/22865433', + 'https://i.gkd.li/i/22941348', + ], }, ], },