File tree 1 file changed +18
-2
lines changed
1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -106,12 +106,12 @@ export default defineAppConfig({
106
106
{
107
107
key : 3 ,
108
108
name : '局部广告-首页、推荐列表顶部卡片式广告' ,
109
+ matchTime : 10000 ,
110
+ actionMaximum : 1 ,
109
111
activityIds : [
110
112
'com.baidu.tieba.tblauncher.MainTabActivity' ,
111
113
'com.baidu.tieba.frs.FrsActivity' ,
112
114
] ,
113
- matchTime : 10000 ,
114
- actionMaximum : 1 ,
115
115
rules : [
116
116
{
117
117
key : 1 ,
@@ -272,5 +272,21 @@ export default defineAppConfig({
272
272
} ,
273
273
] ,
274
274
} ,
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
+ } ,
275
291
] ,
276
292
} ) ;
You can’t perform that action at this time.
0 commit comments