diff --git a/web/src/components/Chat/ChatInput.tsx b/web/src/components/Chat/ChatInput.tsx index 665bff65..045e756f 100644 --- a/web/src/components/Chat/ChatInput.tsx +++ b/web/src/components/Chat/ChatInput.tsx @@ -2,7 +2,7 @@ * @Author: ZhaoYing * @Date: 2025-12-10 16:46:14 * @Last Modified by: ZhaoYing - * @Last Modified time: 2026-02-06 21:05:09 + * @Last Modified time: 2026-02-06 21:23:37 */ import { type FC, useEffect, useMemo } from 'react' import { Flex, Input, Form } from 'antd' @@ -73,7 +73,7 @@ const ChatInput: FC = ({
{file.name}
handleDelete(file)} >
@@ -82,20 +82,20 @@ const ChatInput: FC = ({ return (
{(file.type.includes('word') || file.type.includes('wordprocessingml.document')) &&
} {(file.type.includes('pdf')) &&
} {(file.type.includes('excel') || file.type.includes('spreadsheetml.sheet') || file.type.includes('csv')) &&
}
{file.name}
{file.type} ยท {file.size}
handleDelete(file)} >
diff --git a/web/src/views/ApplicationConfig/components/Chat.tsx b/web/src/views/ApplicationConfig/components/Chat.tsx index 9090b5c5..4eeae0a0 100644 --- a/web/src/views/ApplicationConfig/components/Chat.tsx +++ b/web/src/views/ApplicationConfig/components/Chat.tsx @@ -475,7 +475,7 @@ const Chat: FC = ({ chatList, data, updateChatList, handleSave, sourc }} >
diff --git a/web/src/views/Conversation/index.tsx b/web/src/views/Conversation/index.tsx index 0d09bcc4..d2aa1922 100644 --- a/web/src/views/Conversation/index.tsx +++ b/web/src/views/Conversation/index.tsx @@ -363,7 +363,7 @@ const Conversation: FC = () => { }} >
diff --git a/web/src/views/Workflow/components/Chat/Chat.tsx b/web/src/views/Workflow/components/Chat/Chat.tsx index 9b648505..cecfa5f6 100644 --- a/web/src/views/Workflow/components/Chat/Chat.tsx +++ b/web/src/views/Workflow/components/Chat/Chat.tsx @@ -524,7 +524,7 @@ const Chat = forwardRef(({ appId }} >