From e6f43645fd9c7ff70709e9a95e4ba7378f867995 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 17 Sep 2023 22:18:39 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BE=AE=E4=BF=A1):=20=E8=AE=A2=E9=98=85?= =?UTF-8?q?=E5=8F=B7=E5=BA=95=E9=83=A8=E5=B9=BF=E5=91=8A=20(#118)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.mm.ts | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index 6dac07a2..d44c9ea5 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -96,5 +96,35 @@ export default defineAppConfig({ }, ], }, + { + enable: false, + key: 6, + name: '订阅号底部广告', + desc: '自动点击-广告反馈按钮-不感兴趣-与我无关', + activityIds: + 'com.tencent.mm.plugin.brandservice.ui.timeline.preload.ui.TmplWebViewMMUI', + rules: [ + { + key: 1, + name: '点击广告反馈按钮', + matches: '[text="广告"] + [text="feedback_icon"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12642232', + }, + { + key: 2, + preKeys: [1], + name: '点击不感兴趣', + matches: '[id^="menu"] > [id="dislike"][text="不感兴趣"]', + snapshotUrls: ['https://gkd-kit.gitee.io/import/12642234'], + }, + { + key: 3, + preKeys: [2], + name: '点击与我无关', + matches: '[id^="menu"] > [id="isdismatch"][text="与我无关"]', + snapshotUrls: ['https://gkd-kit.gitee.io/import/12642238'], + }, + ], + }, ], });