fix(voice): clarify recording disposition

This commit is contained in:
zhangheng
2026-07-22 16:52:44 +08:00
parent e4fddbf6f9
commit f755ed2b08
5 changed files with 38 additions and 15 deletions

View File

@@ -61,8 +61,8 @@
<button
class="voice-discard-button"
disabled="{{saving || generating || recording || voiceBusy}}"
bindtap="discardFailedAndRecord"
>放弃并重新录制</button>
bindtap="discardFailedSegments"
>放弃失败录音</button>
</view>
</view>
</view>