feat(直播吧): 信息流广告 (#692)

This commit is contained in:
二刺螈
2023-10-09 00:11:04 +08:00
parent a137cb4221
commit f446b76b81

View File

@@ -18,5 +18,24 @@ export default defineAppConfig({
}, },
], ],
}, },
{
key: 1,
name: '信息流广告',
rules: [
{
key: 0,
name: '点击[查看详情]右侧x',
matches:
'@[id="android.zhibo8:id/iv_tip"] - [id="android.zhibo8:id/tv_app_download_2"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12841134',
},
{
preKeys: 0,
name: '点击[不感兴趣]',
matches: '[id="android.zhibo8:id/tv_title"][text="不感兴趣"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12841135',
},
],
},
], ],
}); });