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 @@