From ec71fb6448d15afc657fc2f28d4644a228c1454b Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 29 Feb 2024 15:56:13 +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=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E9=A1=B5=E9=9D=A2=E8=A7=86=E9=A2=91=E6=8E=A8=E8=8D=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.mm.ts | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index afb65b2b..67c39c0e 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -582,7 +582,7 @@ export default defineAppConfig({ }, { key: 27, - name: '分段广告-订阅号广告', + name: '分段广告-订阅号消息页面广告', desc: '点击[广告]-点击[不感兴趣]-点击[与我无关]-点击[确定]', activityIds: 'com.tencent.mm.plugin.brandservice.ui.flutter.BizFlutterTLFlutterViewActivity', @@ -650,5 +650,41 @@ export default defineAppConfig({ }, ], }, + { + key: 28, + name: '分段广告-订阅号消息页面视频推荐', + desc: '点击[X]-点击[不喜欢此类视频]-点击[确定]', + activityIds: + 'com.tencent.mm.plugin.brandservice.ui.flutter.BizFlutterTLFlutterViewActivity', + rules: [ + { + key: 0, + name: '点击[X]', + matches: + '[desc="订阅号消息"] +3 View >2 [visibleToUser=true] - View >3 ImageView[index=2][clickable=true]', + exampleUrls: + 'https://m.gkd.li/57941037/b777c0b1-f8ed-4712-afd6-2e1a72243475', + snapshotUrls: 'https://i.gkd.li/i/14436176', + }, + { + preKeys: 0, + key: 1, + name: '点击[不喜欢此类视频]', + matches: '[desc="不喜欢此类视频"][clickable=true]', + exampleUrls: + 'https://m.gkd.li/57941037/39e8b378-9b55-4838-92af-b28f04402ca4', + snapshotUrls: 'https://i.gkd.li/i/14444654', + }, + { + preKeys: 1, + key: 2, + name: '点击[确定]', + matches: '[desc="确定"][clickable=true]', + exampleUrls: + 'https://m.gkd.li/57941037/590eb619-9987-4edf-98a8-17146ffeda10', + snapshotUrls: 'https://i.gkd.li/i/14436190', + }, + ], + }, ], });