feat(高德地图): 权限提示-授权蓝牙 (#362)

This commit is contained in:
DeepChirp
2024-09-14 20:01:35 +08:00
committed by GitHub
parent f59174ced1
commit 4d1ffcec4b

View File

@@ -161,5 +161,22 @@ export default defineGkdApp({
},
],
},
{
key: 16,
name: '权限提示-授权蓝牙',
desc: '点击关闭',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
fastQuery: true,
activityIds: 'com.autonavi.map.activity.NewMapActivity',
matches: '@ImageView[clickable=true] -2 [text="授权蓝牙"]',
exampleUrls: 'https://e.gkd.li/8aef9184-d2b6-4c49-b729-82e6e76decdc',
snapshotUrls: 'https://i.gkd.li/i/17002003',
},
],
},
],
});