feat: 哈啰-全屏广告 #1404

This commit is contained in:
AIsouler
2025-11-07 18:37:11 +08:00
parent 4e92b2084d
commit 1b4a72f66c

View File

@@ -62,17 +62,16 @@ export default defineGkdApp({
{ {
key: 0, key: 0,
fastQuery: true, fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: [ activityIds: [
'com.hellobike.ads.widget.insert.dialog.HBAdvertDialog', 'com.hellobike.ads.widget.insert.dialog.HBAdvertDialog',
'com.hellobike.atlas.business.portal.PortalActivity', 'com.hellobike.atlas.business.portal.PortalActivity',
'com.hellobike.hitch.business.homenew.HitchHomeActivity',
], ],
matches: '[vid="actionDialogClose"]', matches: '[vid="actionDialogClose"]',
snapshotUrls: [ snapshotUrls: [
'https://i.gkd.li/i/12650090', 'https://i.gkd.li/i/12650090',
'https://i.gkd.li/i/16503613', 'https://i.gkd.li/i/16503613',
'https://i.gkd.li/i/23407810',
], ],
}, },
{ {
@@ -100,6 +99,16 @@ export default defineGkdApp({
matches: '[desc="去使用"] + Button[text=null][visibleToUser=true]', matches: '[desc="去使用"] + Button[text=null][visibleToUser=true]',
snapshotUrls: 'https://i.gkd.li/i/12739316', snapshotUrls: 'https://i.gkd.li/i/12739316',
}, },
{
key: 4,
fastQuery: true,
activityIds:
'com.hellobike.moped.platform.offline.web.OhoRealmWebActivity',
matches:
'@Image[childCount=0][text!=null] - View[childCount=1] > Image[childCount=0][text!=null] <<n [vid="webContainer"]',
exampleUrls: 'https://e.gkd.li/c6364646-6d3c-4b2e-80b9-0b356d4cd8b7',
snapshotUrls: 'https://i.gkd.li/i/23415363',
},
], ],
}, },
{ {