From db1b3baa60306c728af696e314fc16e225e8ad24 Mon Sep 17 00:00:00 2001 From: yuzhiran Date: Sun, 5 Jul 2026 19:19:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BD=95=E9=9F=B3UX=20+=20=E5=8F=91?= =?UTF-8?q?=E9=80=81=E6=8C=89=E9=92=AE=E5=BD=95=E9=9F=B3=E4=B8=AD=E7=A6=81?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 发送按钮录音中禁用 (disabled: isRecording) - sendAnswer() 加 isRecording 守卫 - 麦克风按钮录音时下方显示'松开结束'提示 - 默认标签改为'按住' --- zhiyin-app/src/pages/interview/interview.vue | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/zhiyin-app/src/pages/interview/interview.vue b/zhiyin-app/src/pages/interview/interview.vue index 7beb125..42d90db 100644 --- a/zhiyin-app/src/pages/interview/interview.vue +++ b/zhiyin-app/src/pages/interview/interview.vue @@ -60,15 +60,18 @@ - - {{ isRecording ? '🔴' : '🎤' }} - {{ isRecording ? recordingDuration + 's' : '按住' }} + + + {{ isRecording ? '🔴' : '🎤' }} + {{ isRecording ? recordingDuration + 's' : '按住' }} + + 松开结束