From 7db2714197b19bf9f959493a668f44faebe36251 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Thu, 13 Nov 2025 18:13:31 +0800 Subject: [PATCH] perf: url upload style --- .../component/chat-input-operate/index.vue | 164 +++++++++++++----- ui/src/locales/lang/en-US/common.ts | 3 + ui/src/locales/lang/zh-Hant/common.ts | 3 + 3 files changed, 123 insertions(+), 47 deletions(-) diff --git a/ui/src/components/ai-chat/component/chat-input-operate/index.vue b/ui/src/components/ai-chat/component/chat-input-operate/index.vue index d45af15a9..31a4b3aa1 100644 --- a/ui/src/components/ai-chat/component/chat-input-operate/index.vue +++ b/ui/src/components/ai-chat/component/chat-input-operate/index.vue @@ -4,8 +4,7 @@ {{ $t('chat.operation.stopChat') }} - +
@@ -43,7 +42,7 @@ @mouseleave.stop="mouseleave()" >
- +
{{ item && item?.name }}
@@ -54,7 +53,7 @@ v-if="showDelete === item.url" > - +
@@ -81,7 +80,7 @@ @mouseleave.stop="mouseleave()" >
- +
{{ item && item?.name }}
@@ -92,7 +91,7 @@ v-if="showDelete === item.url" > - +
@@ -116,7 +115,7 @@ @mouseleave.stop="mouseleave()" >
- +
{{ item && item?.name }}
@@ -127,7 +126,7 @@ v-if="showDelete === item.url" > - +
@@ -147,7 +146,7 @@ v-if="showDelete === item.url" > - + - +