From 92fee1165b27bed48f33e6fd271778b35f589ed4 Mon Sep 17 00:00:00 2001 From: saxdasf Date: Thu, 30 Jul 2026 11:56:37 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=88=B1=E5=B1=B1?= =?UTF-8?q?=E4=B8=9Capp=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.hanweb.android.sdzwfw.activity.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/apps/com.hanweb.android.sdzwfw.activity.ts b/src/apps/com.hanweb.android.sdzwfw.activity.ts index 4761c5918..860135367 100644 --- a/src/apps/com.hanweb.android.sdzwfw.activity.ts +++ b/src/apps/com.hanweb.android.sdzwfw.activity.ts @@ -13,6 +13,10 @@ export default defineGkdApp({ resetMatch: 'app', priorityTime: 10000, rules: [ + { + matches: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/i/30527745', + }, { matches: '[text*="关闭"][text.length<=10]', snapshotUrls: 'https://i.gkd.li/i/13407227', From 461f222684dc2890ae4f638b908eb48d9c0822f3 Mon Sep 17 00:00:00 2001 From: Lin-arm <85251920+Lin-arm@users.noreply.github.com> Date: Thu, 30 Jul 2026 17:45:03 +0800 Subject: [PATCH 2/2] =?UTF-8?q?perf:=20=E6=8D=A2=E6=88=90=E7=82=B9?= =?UTF-8?q?=E5=87=BB=20[clickable=3Dtrue]=20=E7=9A=84=E8=8A=82=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.hanweb.android.sdzwfw.activity.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/apps/com.hanweb.android.sdzwfw.activity.ts b/src/apps/com.hanweb.android.sdzwfw.activity.ts index 860135367..4de94d940 100644 --- a/src/apps/com.hanweb.android.sdzwfw.activity.ts +++ b/src/apps/com.hanweb.android.sdzwfw.activity.ts @@ -14,12 +14,12 @@ export default defineGkdApp({ priorityTime: 10000, rules: [ { - matches: '[text*="跳过"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/i/30527745', - }, - { - matches: '[text*="关闭"][text.length<=10]', - snapshotUrls: 'https://i.gkd.li/i/13407227', + matches: + '@[clickable=true] > [text*="关闭" || text*="跳过"][text.length<10]', + snapshotUrls: [ + 'https://i.gkd.li/i/13407227', + 'https://i.gkd.li/i/30527745', + ], }, ], },