From dcdb203d70a725e68ef69249723fbbdc9db9c10c Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 3 Jun 2024 17:12:33 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=BE=AE=E4=BF=A1):=20=E6=9C=8B=E5=8F=8B?= =?UTF-8?q?=E5=9C=88=E5=B9=BF=E5=91=8A=E5=A4=B1=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.mm.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index 978decfb..25a50616 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -37,13 +37,16 @@ export default defineGkdApp({ excludeMatches: 'RelativeLayout >5 LinearLayout[childCount=2] > TextView[text!=null] + LinearLayout[visibleToUser=true][clickable=true]', matches: '@LinearLayout >2 [text="广告"]', - snapshotUrls: 'https://i.gkd.li/i/14783802', + snapshotUrls: [ + 'https://i.gkd.li/i/14783802', + 'https://i.gkd.li/i/15531539', + ], }, // 预留key // 第二段 { - preKeys: [0], + preKeys: [0, 1], key: 25, name: '点击[关闭]', quickFind: true, @@ -51,6 +54,7 @@ export default defineGkdApp({ snapshotUrls: [ 'https://i.gkd.li/i/12907642', // text="关闭该广告" 'https://i.gkd.li/i/13926578', // text="关闭广告" + 'https://i.gkd.li/i/15531274', ], }, {