From 42780eff0a362db506eb3ba610dec03a4ed6f059 Mon Sep 17 00:00:00 2001 From: zoujing Date: Thu, 7 Aug 2025 14:47:18 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=20=E8=AF=AD=E9=9F=B3=E7=9A=84=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E5=B0=81=E8=A3=85=E5=88=B0=E4=BA=86=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=86=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Speech/RecordingPopup.vue | 106 ++++++ components/Speech/VoiceResultPopup.vue | 123 +++++++ pages/chat/ChatInputArea.vue | 431 +++++++++++-------------- 3 files changed, 414 insertions(+), 246 deletions(-) create mode 100644 components/Speech/RecordingPopup.vue create mode 100644 components/Speech/VoiceResultPopup.vue diff --git a/components/Speech/RecordingPopup.vue b/components/Speech/RecordingPopup.vue new file mode 100644 index 0000000..e935aeb --- /dev/null +++ b/components/Speech/RecordingPopup.vue @@ -0,0 +1,106 @@ + + + + + \ No newline at end of file diff --git a/components/Speech/VoiceResultPopup.vue b/components/Speech/VoiceResultPopup.vue new file mode 100644 index 0000000..2a87e68 --- /dev/null +++ b/components/Speech/VoiceResultPopup.vue @@ -0,0 +1,123 @@ + + + + + \ No newline at end of file diff --git a/pages/chat/ChatInputArea.vue b/pages/chat/ChatInputArea.vue index fb3a386..608ead4 100644 --- a/pages/chat/ChatInputArea.vue +++ b/pages/chat/ChatInputArea.vue @@ -8,40 +8,27 @@ -