feat(PU口袋校园): 优量汇广告-规则优化 (#604)

* feat(PU口袋校园)

* feat 【优量汇广告】完善规则
This commit is contained in:
Kun Jinkao
2023-10-05 14:19:20 +08:00
committed by GitHub
parent 20819edc8d
commit 9207540b36

View File

@@ -23,20 +23,23 @@ export default defineAppConfig({
{ {
key: 1, key: 1,
matches: matches:
'[text="查看详情"||text="立即打开"||text="立即抢购"] - View < FrameLayout - FrameLayout >(2) ImageView[id=null]', '[text="查看详情"||text="立即打开"||text="立即抢购"||text="立即安装"||text="立即下载"] - View < FrameLayout - FrameLayout >(2) ImageView[id=null]',
snapshotUrls: [ snapshotUrls: [
'https://gkd-kit.gitee.io/import/12642482', // 查看详情 'https://gkd-kit.gitee.io/import/12642482', // 查看详情
'https://gkd-kit.gitee.io/import/12646347', // 立即打开 'https://gkd-kit.gitee.io/import/12646347', // 立即打开
'https://gkd-kit.gitee.io/import/12646519', // 立即抢购 'https://gkd-kit.gitee.io/import/12646519', // 立即抢购
'https://gkd-kit.songe.li/import/12793157', // 立即安装
'https://gkd-kit.songe.li/import/12793177', // 立即下载
'https://gkd-kit.gitee.io/import/12646541', // 华为手机的快照activityId = 'com.huawei.permissioncontroller.hwcust.appjump.AppJumpActivity' 'https://gkd-kit.gitee.io/import/12646541', // 华为手机的快照activityId = 'com.huawei.permissioncontroller.hwcust.appjump.AppJumpActivity'
], ],
}, },
{ {
key: 2, key: 2,
matches: matches:
'[text="查看详情"||text="立即打开"||text="立即抢购"] - View < FrameLayout -(4) FrameLayout > ImageView[id=null]', '[text="查看详情"||text="立即打开"||text="立即抢购"||text="立即下载"] - View < FrameLayout -(4) FrameLayout > ImageView[id=null]',
snapshotUrls: [ snapshotUrls: [
'https://gkd-kit.gitee.io/import/12643276', 'https://gkd-kit.gitee.io/import/12643276', // 查看详情
'https://gkd-kit.songe.li/import/12793180', // 立即下载
'https://gkd-kit.gitee.io/import/12646420', // 华为手机的快照activityId = 'com.huawei.android.launcher.unihome.UniHomeLauncher' 'https://gkd-kit.gitee.io/import/12646420', // 华为手机的快照activityId = 'com.huawei.android.launcher.unihome.UniHomeLauncher'
], ],
}, },