mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
feat(高德地图): 权限提示-授权蓝牙 (#362)
This commit is contained in:
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user