Skip to content

Commit 308dbe6

Browse files
committed
feat(百度贴吧): 全屏广告-会员弹窗
1 parent 168e976 commit 308dbe6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/apps/com.baidu.tieba.ts

+17
Original file line numberDiff line numberDiff line change
@@ -288,5 +288,22 @@ export default defineAppConfig({
288288
},
289289
],
290290
},
291+
{
292+
key: 14,
293+
name: '全屏广告-会员弹窗',
294+
desc: '点击关闭',
295+
actionMaximum: 1,
296+
resetMatch: 'app',
297+
rules: [
298+
{
299+
activityIds: 'com.baidu.tieba.tblauncher.MainTabActivity',
300+
matches:
301+
'[text="会员弹窗"] >3 Image[clickable=true][index=2][text!=null]',
302+
exampleUrls:
303+
'https://m.gkd.li/57941037/dd2f2a00-e9d3-47fa-986d-09ae6180d932',
304+
snapshotUrls: 'https://i.gkd.li/i/14630806',
305+
},
306+
],
307+
},
291308
],
292309
});

0 commit comments

Comments
 (0)