feat(百度贴吧): 悬浮小广告(补充规则) (#2992)

This commit is contained in:
Kun Jinkao
2023-12-11 19:34:04 +08:00
committed by GitHub
parent 16ebaba64c
commit da03bcd468

View File

@@ -202,6 +202,19 @@ export default defineAppConfig({
matches: 'LinearLayout[childCount=2] > @ImageView + [text="广告"]', matches: 'LinearLayout[childCount=2] > @ImageView + [text="广告"]',
snapshotUrls: 'https://i.gkd.li/import/13296280', snapshotUrls: 'https://i.gkd.li/import/13296280',
}, },
{
key: 2,
activityIds: [
'com.baidu.tieba.pb.pb.main.PbActivity',
'com.baidu.tieba.tblauncher.MainTabActivity',
],
matches:
'RelativeLayout[childCount=2] > RelativeLayout[childCount=1] > ImageView[childCount=0][clickable=true]',
snapshotUrls: [
'https://i.gkd.li/import/13625336',
'https://i.gkd.li/import/13627881',
],
},
], ],
}, },
{ {