From e58f7191bff8de8eabdff1fee9df8456699c0304 Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Tue, 5 Dec 2023 20:32:52 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=BF=BC=E6=94=AF=E4=BB=98):=20=E5=B9=B4?= =?UTF-8?q?=E5=BA=95=E7=A7=AF=E5=88=86=E6=B4=BB=E5=8A=A8=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=20(#2822)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.chinatelecom.bestpayclient.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/apps/com.chinatelecom.bestpayclient.ts b/src/apps/com.chinatelecom.bestpayclient.ts index 803cb4eb..2138b63c 100644 --- a/src/apps/com.chinatelecom.bestpayclient.ts +++ b/src/apps/com.chinatelecom.bestpayclient.ts @@ -68,5 +68,15 @@ export default defineAppConfig({ '[id="com.chinatelecom.bestpayclient:id/best_h5_container"] View[childCount=2] > @View[clickable=true] + View[clickable=true] > Image[text!=null]', snapshotUrls: 'https://i.gkd.li/import/13402711', }, + { + key: 5, + name: '年底积分活动弹窗', + activityIds: 'com.alipay.mobile.nebulacore.ui.H5Activity', + actionMaximum: 1, + resetMatch: 'activity', + matchTime: 10000, + rules: 'View > View[index=1] > Image', + snapshotUrls: 'https://i.gkd.li/import/13543032', + }, ], });