From 4268b7e273f0bff877d9ac75065b4b4976b33d2d Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 28 Feb 2024 22:31:27 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BE=AE=E4=BF=A1):=20=E5=88=86=E6=AE=B5?= =?UTF-8?q?=E5=B9=BF=E5=91=8A-=E8=AE=A2=E9=98=85=E5=8F=B7=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=EF=BC=88GKD1.7=E6=9C=89=E6=95=88=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.mm.ts | 71 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index 416378b6..2e391d01 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -580,5 +580,76 @@ export default defineAppConfig({ }, ], }, + { + key: 27, + name: '分段广告-订阅号广告', + desc: '点击[广告]-点击[不感兴趣]-点击[与我无关]-点击[确定]', + activityIds: + 'com.tencent.mm.plugin.brandservice.ui.flutter.BizFlutterTLFlutterViewActivity', + rules: [ + { + key: 0, + name: '点击[广告]', + action: 'clickCenter', + position: { + left: 'width * 0.8796', + top: 'width * 0.0574', + }, + matches: + 'View[visibleToUser=true] - View > [desc="广告"][visibleToUser=true]', + exampleUrls: + 'https://m.gkd.li/57941037/efe1849c-3333-4004-9eb1-abe93a3256b6', + snapshotUrls: 'https://i.gkd.li/i/14434907', + }, + { + preKeys: 0, + key: 1, + name: '点击[不感兴趣]', + action: 'clickCenter', + position: { + left: 'width * 0.5308', + top: 'width * 0.3419', + }, + excludeMatches: + 'View[visibleToUser=true] - View > [desc="广告"][visibleToUser=true]', // 排除key 0 + matches: '[desc="订阅号消息"] +3 View[clickable=true]', + exampleUrls: + 'https://m.gkd.li/57941037/147a847a-e556-403d-8da0-2ba7233caaec', + snapshotUrls: 'https://i.gkd.li/i/14434906', + }, + { + preKeys: 1, + key: 2, + name: '点击[与我无关]', + action: 'clickCenter', + position: { + left: 'width * 0.1864', + top: 'width * 0.3419', + }, + excludeMatches: + 'View[visibleToUser=true] - View > [desc="广告"][visibleToUser=true]', // 排除key 0 + matches: '[desc="订阅号消息"] +2 View[clickable=true]', + exampleUrls: + 'https://m.gkd.li/57941037/489ecd00-5aa1-421e-bcf5-c1b73601f8df', + snapshotUrls: 'https://i.gkd.li/i/14434903', + }, + { + preKeys: 2, + key: 3, + name: '点击[确定]', + action: 'clickCenter', + position: { + left: 'width * 0.8580', + top: 'width * 0.1197', + }, + excludeMatches: + 'View[visibleToUser=true] - View > [desc="广告"][visibleToUser=true]', // 排除key 0 + matches: '[desc="订阅号消息"] +2 View[clickable=true]', + exampleUrls: + 'https://m.gkd.li/57941037/2c3ce057-dd99-493b-9486-3a056b74223d', + snapshotUrls: 'https://i.gkd.li/i/14434902', + }, + ], + }, ], });