mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
feat(哈喽骑行): 弹窗新的activityIds (#2063)
* Update com.jingyao.easybike.ts * Update com.jingyao.easybike.ts close #2062
This commit is contained in:
@@ -24,12 +24,16 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 10,
|
key: 10,
|
||||||
name: '应用内活动、广告弹窗(大部分)',
|
name: '应用内活动、广告弹窗(大部分)',
|
||||||
activityIds: ['com.hellobike.ads.widget.insert.dialog.HBAdvertDialog'],
|
activityIds: [
|
||||||
|
'com.hellobike.ads.widget.insert.dialog.HBAdvertDialog',
|
||||||
|
'com.hellobike.atlas.business.portal.PortalActivity',
|
||||||
|
],
|
||||||
rules:
|
rules:
|
||||||
'FrameLayout[id="com.jingyao.easybike:id/hbDialogLayout"] + ImageView[id="com.jingyao.easybike:id/actionDialogClose"][clickable=true]',
|
'FrameLayout[id="com.jingyao.easybike:id/hbDialogLayout"] + ImageView[id="com.jingyao.easybike:id/actionDialogClose"][clickable=true]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/import/12650028', // 哈啰出行保弹窗
|
'https://i.gkd.li/import/12650028', // 哈啰出行保弹窗
|
||||||
'https://i.gkd.li/import/12650090', // 账单查看弹窗
|
'https://i.gkd.li/import/12650090', // 账单查看弹窗
|
||||||
|
'https://i.gkd.li/import/13331231', // 骑行卡 atlas.business.portal.PortalActivity
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user