From 5a2f887cf3b9d49041f071bdd7023b70a747f830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E7=BA=A2=E9=B9=8F?= <1140049363@qq.com> Date: Sat, 21 Oct 2023 23:06:02 +0800 Subject: [PATCH] =?UTF-8?q?fix(=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-=E8=A7=84=E5=88=99=E4=BC=98?= =?UTF-8?q?=E5=8C=96=20(#1252)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(喵上漫画):补充activeid * feat(喵上漫画): 开屏广告-规则优化 * fix(微信):补充朋友圈广告activityId --------- Co-authored-by: 二刺螈 --- src/apps/com.tencent.mm.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/apps/com.tencent.mm.ts b/src/apps/com.tencent.mm.ts index af8e209e..6ef07e18 100644 --- a/src/apps/com.tencent.mm.ts +++ b/src/apps/com.tencent.mm.ts @@ -9,7 +9,10 @@ export default defineAppConfig({ name: '朋友圈广告', desc: '点击广告卡片右上角广告,直接关闭/出现菜单,确认关闭', quickFind: true, - activityIds: 'com.tencent.mm.plugin.sns.ui.SnsTimeLineUI', + activityIds: [ + 'com.tencent.mm.plugin.sns.ui.SnsTimeLineUI', + 'com.tencent.mm.plugin.sns.ui.improve.ImproveSnsTimelineUI', + ], exampleUrls: [ 'https://github.com/gkd-kit/subscription/assets/38517192/c9ae4bba-a748-4755-b5e4-c7ad3d489a79', ], @@ -23,6 +26,7 @@ export default defineAppConfig({ 'https://gkd-kit.gitee.io/import/12642588', 'https://gkd-kit.gitee.io/import/12888129', //ImageView - TextView[text="广告"][id!=null][index=0]这个规则无法匹配该广告,需要删除[index=0] 'https://gkd-kit.gitee.io/import/12907641', + 'https://gkd-kit.gitee.io/import/13000395', ], }, // 以下是[确认关闭按钮]出现的情况