From b8aea3bdf05dbd6d47fbc13bc83280375f2bffbb Mon Sep 17 00:00:00 2001 From: v-zhangjc9 Date: Wed, 4 Jun 2025 17:40:21 +0800 Subject: [PATCH] =?UTF-8?q?feat(web):=20=E4=BC=98=E5=8C=96=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=EF=BC=8C=E7=A7=BB=E9=99=A4=E6=80=9D=E8=80=83=E5=BC=80?= =?UTF-8?q?=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../client/src/pages/ai/Conversation.tsx | 31 +++++++------------ 1 file changed, 12 insertions(+), 19 deletions(-) diff --git a/service-web/client/src/pages/ai/Conversation.tsx b/service-web/client/src/pages/ai/Conversation.tsx index c0a0a0d..1e271e0 100644 --- a/service-web/client/src/pages/ai/Conversation.tsx +++ b/service-web/client/src/pages/ai/Conversation.tsx @@ -2,7 +2,7 @@ import {ClearOutlined, FileOutlined, UserOutlined} from '@ant-design/icons' import {Bubble, Sender, useXAgent, useXChat, Welcome} from '@ant-design/x' import {fetchEventSource} from '@echofly/fetch-event-source' import {useMount} from 'ahooks' -import {Button, Collapse, Divider, Flex, Popover, Radio, Switch, Tooltip, Typography} from 'antd' +import {Button, Collapse, Flex, Popover, Radio, Typography} from 'antd' import {isEqual, isStrBlank, trim} from 'licia' import markdownIt from 'markdown-it' import {useRef, useState} from 'react' @@ -202,14 +202,6 @@ function Conversation() { return ( - 深度思考 - 0} - /> - } type="text" size="small" - /> + > + 知识库 + - - {agent.isRequesting() ? (