From cbb93ebaef3a41a831f979dd64004cbe0abc6060 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 13 Mar 2024 19:37:13 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=99=BE=E5=BA=A6=E8=B4=B4=E5=90=A7):=20?= =?UTF-8?q?=E5=B1=80=E9=83=A8=E5=B9=BF=E5=91=8A-=E5=B8=96=E5=AD=90?= =?UTF-8?q?=E5=BA=95=E9=83=A8=E8=AF=9D=E9=A2=98=E5=8D=A1=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.baidu.tieba.ts | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/src/apps/com.baidu.tieba.ts b/src/apps/com.baidu.tieba.ts index 70db0315..1bbffbab 100644 --- a/src/apps/com.baidu.tieba.ts +++ b/src/apps/com.baidu.tieba.ts @@ -106,12 +106,12 @@ export default defineAppConfig({ { key: 3, name: '局部广告-首页、推荐列表顶部卡片式广告', + matchTime: 10000, + actionMaximum: 1, activityIds: [ 'com.baidu.tieba.tblauncher.MainTabActivity', 'com.baidu.tieba.frs.FrsActivity', ], - matchTime: 10000, - actionMaximum: 1, rules: [ { key: 1, @@ -272,5 +272,21 @@ export default defineAppConfig({ }, ], }, + { + key: 13, + name: '局部广告-帖子底部话题卡片', + desc: '点击关闭', + actionMaximum: 1, + rules: [ + { + quickFind: true, + activityIds: 'com.baidu.tieba.pb.pb.main.PbActivity', + matches: '@ImageView[clickable=true] -2 [text="进入话题查看更多"]', + exampleUrls: + 'https://m.gkd.li/57941037/2fa193f8-5e0e-4f85-b828-eb3e22cb60a3', + snapshotUrls: 'https://i.gkd.li/i/14586847', + }, + ], + }, ], });