From 59b00884bbe0bbda24bed1c235f55a0062dfba06 Mon Sep 17 00:00:00 2001 From: mrj666 Date: Tue, 9 Jun 2026 10:55:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BE=AE=E4=BF=A1=20=E5=88=86=E6=AE=B5?= =?UTF-8?q?=E5=B9=BF=E5=91=8A-=E6=9C=8B=E5=8F=8B=E5=9C=88=E5=B9=BF?= =?UTF-8?q?=E5=91=8A-=E9=80=82=E9=85=8D=E6=96=B0=E6=9C=BA=E5=88=B6=20?= =?UTF-8?q?=E5=BE=AE=E4=BF=A1v8.0.72?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.mm.ts | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index f8fcae46..27dfe36a 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -68,7 +68,6 @@ 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 @@ -85,8 +84,6 @@ export default defineGkdApp({ 'https://i.gkd.li/i/19666176', //4 'https://i.gkd.li/i/19633486', - //5 - 'https://i.gkd.li/i/28643685', // 疑似 微信v8.0.72 将第三段改到了第二段 ], }, @@ -96,12 +93,18 @@ export default defineGkdApp({ preKeys: [25], key: 50, name: '点击[关闭]', - matches: '[text*="关闭" || text="Close"][clickable=true]', + anyMatches: [ + '[text*="关闭" || text="Close"][clickable=true]', //1 + '[text="直接关闭"][clickable=true][visibleToUser=true]', //2 + ], snapshotUrls: [ + //1 'https://i.gkd.li/i/12663984', 'https://i.gkd.li/i/12905846', 'https://i.gkd.li/i/14647940', 'https://i.gkd.li/i/14783534', + //2 + 'https://i.gkd.li/i/28643685', // 微信v8.0.72 引入"直接关闭"按钮 ], },