Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
feat(百度贴吧): 局部广告-帖子底部话题卡片
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Mar 13, 2024
1 parent df8b4e3 commit cbb93eb
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions src/apps/com.baidu.tieba.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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',
},
],
},
],
});

0 comments on commit cbb93eb

Please sign in to comment.