diff --git a/src/components/ChatBox.vue b/src/components/ChatBox.vue
index 72d0656..1488e0c 100644
--- a/src/components/ChatBox.vue
+++ b/src/components/ChatBox.vue
@@ -1,5 +1,25 @@
+
+
+
@@ -41,33 +61,16 @@
-
-
+
+
-
- {{ voiceHintText }}
-
-
-
- {{ isVoiceRecording ? '⏹' : '🎙️' }}
- {{ isVoiceRecording ? '停止并发送' : '开始录音' }}
-
-
-
-
- ⏳
- {{ voiceState === 'thinking' ? '处理中...' : '回复中...' }}
-
@@ -249,7 +252,7 @@