From b93178ec8535a1ee64f89a35e887b179f46ba722 Mon Sep 17 00:00:00 2001
From: MT-Mint <798521692@qq.com>
Date: Fri, 10 Apr 2026 10:10:55 +0800
Subject: [PATCH] =?UTF-8?q?feat(ui):=20=E6=9B=B4=E6=8D=A2=E6=B7=B1?=
=?UTF-8?q?=E5=BA=A6=E6=80=9D=E8=80=83=E5=92=8C=E4=B8=A4=E4=B8=AA=E8=81=94?=
=?UTF-8?q?=E7=BD=91=E6=90=9C=E7=B4=A2=E5=9B=BE=E6=A0=87?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../icons/custom/DeepSearchIcon.vue | 16 ++++++++++++++
.../icons/custom/DeepThinkingIcon.vue | 21 +++++++++++++++++++
src/components/icons/custom/WebSearchIcon.vue | 18 ++++++++++++++++
src/components/input/ChatInput.vue | 20 ++++++++----------
4 files changed, 64 insertions(+), 11 deletions(-)
create mode 100644 src/components/icons/custom/DeepSearchIcon.vue
create mode 100644 src/components/icons/custom/DeepThinkingIcon.vue
create mode 100644 src/components/icons/custom/WebSearchIcon.vue
diff --git a/src/components/icons/custom/DeepSearchIcon.vue b/src/components/icons/custom/DeepSearchIcon.vue
new file mode 100644
index 0000000..10e97d6
--- /dev/null
+++ b/src/components/icons/custom/DeepSearchIcon.vue
@@ -0,0 +1,16 @@
+
+
+
+
+
diff --git a/src/components/icons/custom/DeepThinkingIcon.vue b/src/components/icons/custom/DeepThinkingIcon.vue
new file mode 100644
index 0000000..e42941d
--- /dev/null
+++ b/src/components/icons/custom/DeepThinkingIcon.vue
@@ -0,0 +1,21 @@
+
+
+
+
+
diff --git a/src/components/icons/custom/WebSearchIcon.vue b/src/components/icons/custom/WebSearchIcon.vue
new file mode 100644
index 0000000..177ff44
--- /dev/null
+++ b/src/components/icons/custom/WebSearchIcon.vue
@@ -0,0 +1,18 @@
+
+
+
+
+
diff --git a/src/components/input/ChatInput.vue b/src/components/input/ChatInput.vue
index 01ef7a8..31832ea 100644
--- a/src/components/input/ChatInput.vue
+++ b/src/components/input/ChatInput.vue
@@ -42,7 +42,7 @@
:disabled="isForceDeepThinkingModel || !supports_thinking"
:title="isForceDeepThinkingModel ? '当前模型强制开启深度思考' : (supports_thinking ? '深度思考' : '当前模型不支持深度思考')"
@click="!isForceDeepThinkingModel && supports_thinking && toggleDeepThink()">
-
+
深度思考
@@ -50,7 +50,7 @@
@@ -58,7 +58,7 @@
@@ -80,17 +80,15 @@