Files
kangkang/康康
link2026 477a64ecb4 fix(语音日记): dictation 服务改 @State 防视图重建丢实例
struct View 重建时普通 let 属性会换成全新 SpeechDictationService,
stop() 落在没在录音的新实例上返回空串 → 误报「没听清,再试一次」,
且真正在录音的老实例关不掉(麦克风悬挂)。改 @State 保证实例唯一;
停止时若服务仍返回空,用 @State 实时字幕兜底(用户看到什么就用什么)。

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-10 08:04:15 +08:00
..
```
2026-06-09 22:20:07 +08:00
```
2026-05-30 20:06:12 +08:00
```
2026-06-09 22:20:07 +08:00
```
2026-06-09 22:20:07 +08:00
```
2026-06-09 22:20:07 +08:00
```
2026-06-09 22:20:07 +08:00