fix(audio): 移除不必要的麦克风权限请求 (#639)

枚举音频输出设备时不再调用 getUserMedia,避免安全软件误报
This commit is contained in:
alger
2026-04-10 23:19:39 +08:00
parent 8726af556a
commit 03b52cd6e2
3 changed files with 0 additions and 10 deletions
-2
View File
@@ -16,7 +16,5 @@
<true/>
<key>com.apple.security.files.downloads.read-write</key>
<true/>
<key>com.apple.security.device.microphone</key>
<true/>
</dict>
</plist>