feat(百度贴吧) 局部广告-悬浮小广告

This commit is contained in:
Kun Jinkao
2024-02-15 15:58:16 +08:00
parent fa6f019f73
commit 3bf0d7aaea

View File

@@ -201,7 +201,7 @@ export default defineAppConfig({
rules: [
{
key: 0,
name: '首页右侧悬浮广告',
name: '首页右侧悬浮广告-1',
activityIds: 'com.baidu.tieba.tblauncher.MainTabActivity',
matches:
'@ImageView[clickable=true] - TextView[text="广告"] < RelativeLayout + ImageView',
@@ -212,6 +212,14 @@ export default defineAppConfig({
},
{
key: 1,
name: '首页右侧悬浮广告-2',
activityIds: 'com.baidu.tieba.tblauncher.MainTabActivity',
matches:
'RelativeLayout >2 RelativeLayout[childCount=1] > ImageView[childCount=0][clickable=true]',
snapshotUrls: 'https://i.gkd.li/import/14291964',
},
{
key: 2,
name: '评论区左侧悬浮广告',
quickFind: true,
activityIds: 'com.baidu.tieba.pb.pb.main.PbActivity',