From cef58e658b6b807a0d3490316c02caa83b279036 Mon Sep 17 00:00:00 2001 From: wangjia <809946525@qq.com> Date: Sat, 11 Jul 2026 20:48:41 +0800 Subject: [PATCH] =?UTF-8?q?fix(desktop):=20=E8=A1=A5=20NSMicrophoneUsageDe?= =?UTF-8?q?scription=EF=BC=88macOS=20=E6=89=93=E5=8C=85=E7=89=88=E9=BA=A6?= =?UTF-8?q?=E5=85=8B=E9=A3=8E=E6=8E=88=E6=9D=83=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 缺该键时 macOS 不弹授权框、直接返回静音——真机按住说话有会话但识别不出内容(audio_seconds 有值而 provider_ms=0)。Tauri 2 打包自动合并本 Info.plist。 Co-Authored-By: Claude Fable 5 --- desktop/src-tauri/Info.plist | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 desktop/src-tauri/Info.plist diff --git a/desktop/src-tauri/Info.plist b/desktop/src-tauri/Info.plist new file mode 100644 index 0000000..59f0aa6 --- /dev/null +++ b/desktop/src-tauri/Info.plist @@ -0,0 +1,10 @@ + + + + + + NSMicrophoneUsageDescription + dudu 需要使用麦克风采集你的语音,实时识别为文字上屏。 + +