mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-17 01:23:42 +08:00
parent
fb2630a922
commit
912069c1da
|
@ -15,8 +15,20 @@ export default defineAppConfig({
|
|||
key: 1,
|
||||
name: '优量汇广告',
|
||||
activityIds: 'com.xyhui.start.PUMainActivity',
|
||||
rules: 'ImageView - FrameLayout[childCount=1] > ImageView[id=null]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12642482',
|
||||
rules: [
|
||||
{
|
||||
key: 1,
|
||||
matches:
|
||||
'[text="查看详情"] - View < FrameLayout - FrameLayout >(2) ImageView[id=null]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12642482',
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
matches:
|
||||
'[text="查看详情"] - View < FrameLayout -(4) FrameLayout > ImageView[id=null]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12643276',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user