feat(高德地图): 功能类-一键点亮角落

This commit is contained in:
AIsouler
2024-04-05 17:31:14 +08:00
parent 39b68041c9
commit acc03257de

View File

@@ -113,5 +113,21 @@ export default defineAppConfig({
}, },
], ],
}, },
{
key: 15,
name: '功能类-一键点亮角落',
desc: '点击[一键点亮]',
rules: [
{
quickFind: true,
activityIds: 'com.autonavi.map.activity.NewMapActivity',
matches:
'[text="一键点亮"] <2 @[clickable=true] <<n [vid="mapInteractiveRelativeLayout"]',
exampleUrls:
'https://m.gkd.li/57941037/1fd33208-e81d-4da6-a23c-4d562a8e0ae0',
snapshotUrls: 'https://i.gkd.li/i/14881505',
},
],
},
], ],
}); });