1
0
forked from dyf/APP

添加录音的权限

This commit is contained in:
liub
2025-10-21 12:13:55 +08:00
parent 90cee62df1
commit c6ed8635c7
2 changed files with 6 additions and 3 deletions

View File

@ -22,7 +22,8 @@
"Bluetooth" : {}, "Bluetooth" : {},
"Camera" : {}, "Camera" : {},
"Geolocation" : {}, "Geolocation" : {},
"Maps" : {} "Maps" : {},
"Record" : {}
}, },
/* */ /* */
"distribute" : { "distribute" : {
@ -66,7 +67,9 @@
"NSBluetoothPeripheralUsageDescription" : "App需要您的同意访问蓝牙访问权限用于设备通信与反向控制", "NSBluetoothPeripheralUsageDescription" : "App需要您的同意访问蓝牙访问权限用于设备通信与反向控制",
"NSBluetoothAlwaysUsageDescription" : "App需要您的同意访问蓝牙访问权限用于设备通信与反向控制", "NSBluetoothAlwaysUsageDescription" : "App需要您的同意访问蓝牙访问权限用于设备通信与反向控制",
"NSPhotoLibraryUsageDescription" : "App需要您的同意访问相册,用于上传头像,设备开机画面", "NSPhotoLibraryUsageDescription" : "App需要您的同意访问相册,用于上传头像,设备开机画面",
"NSPhotoLibraryAddUsageDescription" : "App需要您的同意访问相册,用于上传头像,设备开机画面" "NSPhotoLibraryAddUsageDescription" : "App需要您的同意访问相册,用于上传头像,设备开机画面",
"NSCameraUsageDescription" : "App需要您的同意访问相机,用于上传头像,设备开机画面",
"NSMicrophoneUsageDescription" : "App需要您的同意访问麦克风,用于上传语音包"
}, },
"idfa" : false "idfa" : false
}, },

View File

@ -377,7 +377,7 @@
} }
Promise.allSettled(promis).finally(() => { Promise.allSettled(promis).finally(() => {
ble.StopSearch().then(res => { ble.StopSearch().finally(res => {
// console.log("停止搜索成功"); // console.log("停止搜索成功");
these.EquipMents = []; these.EquipMents = [];
these.PairEquip = []; these.PairEquip = [];