From 6dfb6074cfd41d271390cb3bd993576d838f25da Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 28 Mar 2024 12:11:22 +0800 Subject: [PATCH] =?UTF-8?q?feat(=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=EF=BC=88=E8=A1=A5=E5=85=85=E8=A7=84?= =?UTF-8?q?=E5=88=99=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.mm.ts | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index abd5488e..5f9429f9 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -28,6 +28,18 @@ export default defineAppConfig({ 'https://i.gkd.li/i/14647413', ], }, + { + key: 1, + quickFind: true, + position: { + left: 'width * 0.9223', + top: 'width * 0.0349', + }, + 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', + }, // 预留key // 第二段 @@ -59,7 +71,7 @@ export default defineAppConfig({ snapshotUrls: 'https://i.gkd.li/i/13791202', }, { - preKeys: [0], + preKeys: [0, 1], key: 28, name: '点击[关闭该广告]', quickFind: true, @@ -68,6 +80,7 @@ export default defineAppConfig({ snapshotUrls: [ 'https://i.gkd.li/i/12642584', 'https://i.gkd.li/i/14647839', + 'https://i.gkd.li/i/14783820', ], }, { @@ -89,6 +102,7 @@ export default defineAppConfig({ snapshotUrls: [ 'https://i.gkd.li/i/12663984', 'https://i.gkd.li/i/14647940', + 'https://i.gkd.li/i/14783534', ], }, {