mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
fix(高德地图): 全屏广告-弹窗广告 (#369)
Signed-off-by: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -128,10 +128,13 @@ export default defineGkdApp({
|
||||
fastQuery: true,
|
||||
activityIds: 'com.autonavi.map.activity.NewMapActivity',
|
||||
matches:
|
||||
'ViewGroup[childCount=6] >4 ViewGroup[childCount=5] > @ImageView + View[text!=null] <<n [vid="fragment_container"]',
|
||||
'ViewGroup[childCount=6] >4 ViewGroup[childCount=5] > @ImageView[clickable=true] + 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',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/14800704',
|
||||
'https://i.gkd.li/i/17079025', // add @ImageView[clickable=true]避免在此误触
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
|
||||
Reference in New Issue
Block a user