feat(哈喽骑行): 弹窗新的activityIds (#2063)

* Update com.jingyao.easybike.ts

* Update com.jingyao.easybike.ts

close #2062
This commit is contained in:
walklty 2023-11-14 19:39:32 +08:00 committed by GitHub
parent 4da8e9d0db
commit e479a6181f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,12 +24,16 @@ export default defineAppConfig({
{
key: 10,
name: '应用内活动、广告弹窗(大部分)',
activityIds: ['com.hellobike.ads.widget.insert.dialog.HBAdvertDialog'],
activityIds: [
'com.hellobike.ads.widget.insert.dialog.HBAdvertDialog',
'com.hellobike.atlas.business.portal.PortalActivity',
],
rules:
'FrameLayout[id="com.jingyao.easybike:id/hbDialogLayout"] + ImageView[id="com.jingyao.easybike:id/actionDialogClose"][clickable=true]',
snapshotUrls: [
'https://i.gkd.li/import/12650028', // 哈啰出行保弹窗
'https://i.gkd.li/import/12650090', // 账单查看弹窗
'https://i.gkd.li/import/13331231', // 骑行卡 atlas.business.portal.PortalActivity
],
},
{