From f36f2b43b04628eb8afa194426545b453437fa33 Mon Sep 17 00:00:00 2001 From: mrj666 Date: Mon, 8 Jun 2026 09:46:31 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=E5=BE=AE=E4=BF=A1=20=E5=88=86?= =?UTF-8?q?=E6=AE=B5=E5=B9=BF=E5=91=8A-=E6=9C=8B=E5=8F=8B=E5=9C=88?= =?UTF-8?q?=E5=B9=BF=E5=91=8A-=E9=80=82=E9=85=8D=E6=96=B0=E6=9C=BA?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.mm.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index 0e913a8b..1cdb677e 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -68,6 +68,7 @@ export default defineGkdApp({ '@LinearLayout[clickable=true] > [text="关闭该广告" || text*="Close"][visibleToUser=true]', //2 '@LinearLayout[index=1][clickable=true] <2 * < * - [text*="广告"]', //3 '@[text="关闭该广告"] -2 [text^="对这条广告不感兴趣"][visibleToUser=true]', //4 + '[text="直接关闭"][clickable=true][visibleToUser=true]', //5 ], snapshotUrls: [ //1 @@ -84,6 +85,8 @@ export default defineGkdApp({ 'https://i.gkd.li/i/19666176', //4 'https://i.gkd.li/i/19633486', + //5 + 'https://i.gkd.li/i/28643685', ], }, From e30deca4a4f615afaf5c55f138c257e537aa9720 Mon Sep 17 00:00:00 2001 From: Lin-arm <85251920+Lin-arm@users.noreply.github.com> Date: Mon, 8 Jun 2026 10:54:24 +0800 Subject: [PATCH 2/2] =?UTF-8?q?perf:=20=E5=8A=A0=E4=B8=AA=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.mm.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index 1cdb677e..f8fcae46 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -86,7 +86,7 @@ export default defineGkdApp({ //4 'https://i.gkd.li/i/19633486', //5 - 'https://i.gkd.li/i/28643685', + 'https://i.gkd.li/i/28643685', // 疑似 微信v8.0.72 将第三段改到了第二段 ], },