diff --git a/src/apps/com.xyhui.ts b/src/apps/com.xyhui.ts index f05ed604..6d22eb7c 100644 --- a/src/apps/com.xyhui.ts +++ b/src/apps/com.xyhui.ts @@ -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', + }, + ], }, ], });