Skip to content

Commit cbb93eb

Browse files
committed
feat(百度贴吧): 局部广告-帖子底部话题卡片
1 parent df8b4e3 commit cbb93eb

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

src/apps/com.baidu.tieba.ts

+18-2
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,12 @@ export default defineAppConfig({
106106
{
107107
key: 3,
108108
name: '局部广告-首页、推荐列表顶部卡片式广告',
109+
matchTime: 10000,
110+
actionMaximum: 1,
109111
activityIds: [
110112
'com.baidu.tieba.tblauncher.MainTabActivity',
111113
'com.baidu.tieba.frs.FrsActivity',
112114
],
113-
matchTime: 10000,
114-
actionMaximum: 1,
115115
rules: [
116116
{
117117
key: 1,
@@ -272,5 +272,21 @@ export default defineAppConfig({
272272
},
273273
],
274274
},
275+
{
276+
key: 13,
277+
name: '局部广告-帖子底部话题卡片',
278+
desc: '点击关闭',
279+
actionMaximum: 1,
280+
rules: [
281+
{
282+
quickFind: true,
283+
activityIds: 'com.baidu.tieba.pb.pb.main.PbActivity',
284+
matches: '@ImageView[clickable=true] -2 [text="进入话题查看更多"]',
285+
exampleUrls:
286+
'https://m.gkd.li/57941037/2fa193f8-5e0e-4f85-b828-eb3e22cb60a3',
287+
snapshotUrls: 'https://i.gkd.li/i/14586847',
288+
},
289+
],
290+
},
275291
],
276292
});

0 commit comments

Comments
 (0)