diff --git a/src/apps/com.chinatelecom.bestpayclient.ts b/src/apps/com.chinatelecom.bestpayclient.ts index 2138b63c..33624a19 100644 --- a/src/apps/com.chinatelecom.bestpayclient.ts +++ b/src/apps/com.chinatelecom.bestpayclient.ts @@ -43,13 +43,22 @@ export default defineAppConfig({ }, { key: 1, - name: '首页', + name: '首页1', matches: '[id="com.chinatelecom.bestpayclient:id/iv_dialog_close_one"]', snapshotUrls: 'https://i.gkd.li/import/13455790', }, + { key: 2, + name: '首页2', + activityIds: 'com.alipay.mobile.nebulacore.ui.H5Activity', + matches: + '@Image[clickable=true][text!=null] < View[childCount=2] < View[index=1] > Image', - snapshotUrls: 'https://i.gkd.li/import/13543032', + activityIds: 'com.alipay.mobile.nebulacore.ui.H5Activity', + rules: 'View > View[index=1][clickable=true][childCount=1] > Image', + snapshotUrls: [ + 'https://i.gkd.li/import/13543032', + 'https://i.gkd.li/import/13625037', //修改规则,避免在此误触 + ], }, ], });