From 375a7bd16e8558b220a7156095bb27a576c7146f Mon Sep 17 00:00:00 2001 From: MT-Mint <798521692@qq.com> Date: Fri, 10 Apr 2026 10:00:48 +0800 Subject: [PATCH] =?UTF-8?q?feat(ui):=20=E4=BC=98=E5=8C=96=E4=BC=9A?= =?UTF-8?q?=E8=AF=9D=E6=93=8D=E4=BD=9C=E5=9B=BE=E6=A0=87=E5=B9=B6=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=B5=81=E5=BC=8F=E5=8A=A0=E8=BD=BD=E6=8C=87=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/icons/custom/DeleteIcon.vue | 8 ++-- src/components/icons/custom/EditIcon.vue | 6 +-- src/components/icons/custom/PinActionIcon.vue | 26 +++++++++++ .../icons/custom/PinOffActionIcon.vue | 27 ++++++++++++ src/components/icons/custom/ShareIcon.vue | 19 +++----- src/components/message/MessageBubble.vue | 44 +++++++++++++++---- src/components/sidebar/ConversationItem.vue | 31 +++++++++---- src/styles/main.scss | 4 ++ 8 files changed, 128 insertions(+), 37 deletions(-) create mode 100644 src/components/icons/custom/PinActionIcon.vue create mode 100644 src/components/icons/custom/PinOffActionIcon.vue diff --git a/src/components/icons/custom/DeleteIcon.vue b/src/components/icons/custom/DeleteIcon.vue index 96637ab..eaa6fab 100644 --- a/src/components/icons/custom/DeleteIcon.vue +++ b/src/components/icons/custom/DeleteIcon.vue @@ -1,8 +1,8 @@ diff --git a/src/components/icons/custom/PinOffActionIcon.vue b/src/components/icons/custom/PinOffActionIcon.vue new file mode 100644 index 0000000..074a398 --- /dev/null +++ b/src/components/icons/custom/PinOffActionIcon.vue @@ -0,0 +1,27 @@ + + + diff --git a/src/components/icons/custom/ShareIcon.vue b/src/components/icons/custom/ShareIcon.vue index 0e17c96..f0821c4 100644 --- a/src/components/icons/custom/ShareIcon.vue +++ b/src/components/icons/custom/ShareIcon.vue @@ -1,18 +1,11 @@