diff --git a/src/apps/com.jingyao.easybike.ts b/src/apps/com.jingyao.easybike.ts index faf9a87a..7382aa55 100644 --- a/src/apps/com.jingyao.easybike.ts +++ b/src/apps/com.jingyao.easybike.ts @@ -42,5 +42,12 @@ export default defineAppConfig({ '[text="订单完成"] >(2) View[childCount=2] > Image[id=null][clickable=true]', snapshotUrls: ['https://gkd-kit.gitee.io/import/12684673'], }, + { + key: 14, + name: '骑行卡-优惠券弹窗', + activityIds: ['com.hellobike.atlas.business.portal.PortalActivity'], + rules: '[desc="去使用"] + Button[text=null][visibleToUser=true]', + snapshotUrls: ['https://gkd-kit.songe.li/import/12739316'], + }, ], });