From d1738de8177ee5e66d2718dc8c7aeee45db0020e Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sun, 10 Mar 2024 15:02:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BE=AE=E4=BF=A1):=20=E5=B1=80=E9=83=A8?= =?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-=E6=8E=A8=E8=8D=90=E9=98=85?= =?UTF-8?q?=E8=AF=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.mm.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index cbe08ee1..f99849ea 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -730,5 +730,22 @@ export default defineAppConfig({ }, ], }, + { + key: 31, + name: '局部广告-订阅号消息页面-推荐阅读', + desc: '点击关闭', + activityIds: + 'com.tencent.mm.plugin.brandservice.ui.flutter.BizFlutterTLFlutterViewActivity', + rules: [ + { + key: 0, + matches: + 'View > Button > View[desc$="推​荐​"] > ImageView[index=1][clickable=true][visibleToUser=true]', + exampleUrls: + 'https://m.gkd.li/101449500/5b815528-1ca2-4016-930e-a3cfb4e5e7ea', + snapshotUrls: 'https://i.gkd.li/i/14548701', + }, + ], + }, ], });