feat(翼支付): 年底积分活动弹窗 (#2822)

This commit is contained in:
adproqwq
2023-12-05 20:32:52 +08:00
committed by GitHub
parent 42ad0833af
commit e58f7191bf

View File

@@ -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',
},
],
});