feat(高德地图): 全屏广告-[欢迎]弹窗

This commit is contained in:
AIsouler
2024-03-29 15:16:37 +08:00
parent 8ef345cf5f
commit b349c87aaf

View File

@@ -85,5 +85,21 @@ export default defineAppConfig({
}, },
], ],
}, },
{
key: 14,
name: '全屏广告-[欢迎]弹窗',
desc: '点击关闭',
rules: [
{
quickFind: true,
activityIds: 'com.autonavi.map.activity.NewMapActivity',
matches:
'ViewGroup[childCount=6] >4 ViewGroup[childCount=5] > @ImageView + View[text!=null] <<n [vid="fragment_container"]',
exampleUrls:
'https://m.gkd.li/57941037/660ef360-eee8-4fb8-9764-7a1822ccb6e9',
snapshotUrls: 'https://i.gkd.li/i/14800704',
},
],
},
], ],
}); });