From 5292ede3c574338c55154c4395e60f67e7ca0716 Mon Sep 17 00:00:00 2001 From: zoujing Date: Wed, 6 Aug 2025 16:04:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=BE=93=E5=85=A5=E6=A1=86=E7=9A=84?= =?UTF-8?q?=E4=BA=A4=E4=BA=92=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/chat/ChatInputArea.vue | 332 +++++++++++++++++++++++++++++---- static/input_keyboard_icon.png | Bin 0 -> 1696 bytes 2 files changed, 300 insertions(+), 32 deletions(-) create mode 100644 static/input_keyboard_icon.png diff --git a/pages/chat/ChatInputArea.vue b/pages/chat/ChatInputArea.vue index d111f49..74932fe 100644 --- a/pages/chat/ChatInputArea.vue +++ b/pages/chat/ChatInputArea.vue @@ -1,35 +1,84 @@