From 135f3ae5c8c8e5e9d8048ab48e6097c386ce8365 Mon Sep 17 00:00:00 2001 From: MT-Mint <798521692@qq.com> Date: Thu, 9 Apr 2026 16:19:56 +0800 Subject: [PATCH] =?UTF-8?q?feat(upload-ui):=20=E4=BC=98=E5=8C=96=E9=99=84?= =?UTF-8?q?=E4=BB=B6=E5=8D=A1=E7=89=87=E4=BA=A4=E4=BA=92=E4=B8=8E=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E5=9B=BE=E6=A0=87=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/icons/custom/LoadingIcon.vue | 40 ++++ src/components/icons/custom/PlusIcon.vue | 6 +- src/components/icons/custom/StopIcon.vue | 22 +++ src/components/input/ChatInput.vue | 187 +++++++++++------- src/components/ui/StackedCards.vue | 199 +++++++++++++++----- 5 files changed, 335 insertions(+), 119 deletions(-) create mode 100644 src/components/icons/custom/LoadingIcon.vue create mode 100644 src/components/icons/custom/StopIcon.vue diff --git a/src/components/icons/custom/LoadingIcon.vue b/src/components/icons/custom/LoadingIcon.vue new file mode 100644 index 0000000..28afd0a --- /dev/null +++ b/src/components/icons/custom/LoadingIcon.vue @@ -0,0 +1,40 @@ + + + diff --git a/src/components/icons/custom/PlusIcon.vue b/src/components/icons/custom/PlusIcon.vue index 845f729..bd94ccf 100644 --- a/src/components/icons/custom/PlusIcon.vue +++ b/src/components/icons/custom/PlusIcon.vue @@ -1,7 +1,7 @@ diff --git a/src/components/icons/custom/StopIcon.vue b/src/components/icons/custom/StopIcon.vue new file mode 100644 index 0000000..e1d1398 --- /dev/null +++ b/src/components/icons/custom/StopIcon.vue @@ -0,0 +1,22 @@ + + + diff --git a/src/components/input/ChatInput.vue b/src/components/input/ChatInput.vue index 20fd88d..01ef7a8 100644 --- a/src/components/input/ChatInput.vue +++ b/src/components/input/ChatInput.vue @@ -8,7 +8,14 @@ @remove="removeAttachment" @add-upload="triggerUploadInput" /> - + @@ -58,36 +65,35 @@
- - + +