From 6711be0919d985fd1f2ac56e7aa472e66fc45725 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Mon, 11 Dec 2023 20:05:31 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=BF=BC=E6=94=AF=E4=BB=98):=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=E5=BC=B9=E7=AA=97=E3=80=81=E5=B9=B4=E5=BA=95=E7=A7=AF?= =?UTF-8?q?=E5=88=86=E6=B4=BB=E5=8A=A8=E5=BC=B9=E7=AA=97=20(#3032)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2986 --- src/apps/com.chinatelecom.bestpayclient.ts | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) 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', //修改规则,避免在此误触 + ], }, ], });