From 2bbaf1b742494c8a7da7c2dd4741961aacf95d66 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 9 Apr 2024 19:18:00 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B0=8F=E9=BB=91=E7=9B=92):=20=E5=B1=80?= =?UTF-8?q?=E9=83=A8=E5=B9=BF=E5=91=8A-=E5=8D=A1=E7=89=87=E5=B9=BF?= =?UTF-8?q?=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.max.xiaoheihe.ts | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/apps/com.max.xiaoheihe.ts b/src/apps/com.max.xiaoheihe.ts index 5057bd45..09eeab8d 100644 --- a/src/apps/com.max.xiaoheihe.ts +++ b/src/apps/com.max.xiaoheihe.ts @@ -4,7 +4,6 @@ export default defineAppConfig({ id: 'com.max.xiaoheihe', name: '小黑盒', groups: [ - // { key: 0 }, 开屏广告 占位 { key: 1, name: '功能类-签到成功弹窗', @@ -22,5 +21,22 @@ export default defineAppConfig({ }, ], }, + { + key: 2, + name: '局部广告-卡片广告', + desc: '点击关闭', + rules: [ + { + name: '收藏帖子后底部推荐关注卡片', + quickFind: true, + activityIds: + 'com.max.xiaoheihe.module.bbs.post.ui.activitys.WebNewsPostPageActivity', + matches: '[vid="iv_notify_close"]', + exampleUrls: + 'https://m.gkd.li/57941037/b7c25b6e-cc77-4bcc-a477-23b3de74c61f', + snapshotUrls: 'https://i.gkd.li/i/14914139', + }, + ], + }, ], });