From ea968307588a4654f060527584c756eb240c1a10 Mon Sep 17 00:00:00 2001 From: zhaoying Date: Mon, 9 Feb 2026 10:53:39 +0800 Subject: [PATCH 1/2] fix(web): ui update --- web/src/views/ApplicationConfig/components/Chat.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/src/views/ApplicationConfig/components/Chat.tsx b/web/src/views/ApplicationConfig/components/Chat.tsx index 4eeae0a0..70194650 100644 --- a/web/src/views/ApplicationConfig/components/Chat.tsx +++ b/web/src/views/ApplicationConfig/components/Chat.tsx @@ -1,8 +1,8 @@ /* * @Author: ZhaoYing * @Date: 2026-02-03 16:27:39 - * @Last Modified by: ZhaoYing - * @Last Modified time: 2026-02-03 16:27:39 + * @Last Modified by: ZhaoYing + * @Last Modified time: 2026-02-09 10:52:55 */ /** * Chat debugging component for application testing @@ -424,9 +424,9 @@ const Chat: FC = ({ chatList, data, updateChatList, handleSave, sourc } Date: Mon, 9 Feb 2026 13:53:08 +0800 Subject: [PATCH 2/2] feat(web): hidden app import --- web/src/views/ApplicationManagement/index.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/web/src/views/ApplicationManagement/index.tsx b/web/src/views/ApplicationManagement/index.tsx index 264b72d3..74dcef05 100644 --- a/web/src/views/ApplicationManagement/index.tsx +++ b/web/src/views/ApplicationManagement/index.tsx @@ -2,7 +2,7 @@ * @Author: ZhaoYing * @Date: 2026-02-03 16:34:12 * @Last Modified by: ZhaoYing - * @Last Modified time: 2026-02-06 11:10:16 + * @Last Modified time: 2026-02-09 13:52:22 */ /** * Application Management Page @@ -83,9 +83,9 @@ const ApplicationManagement: React.FC = () => { setQuery(prev => ({...prev, type: value})) } - const handleImport = () => { - uploadWorkflowModalRef.current?.handleOpen() - } + // const handleImport = () => { + // uploadWorkflowModalRef.current?.handleOpen() + // } return ( <> @@ -111,9 +111,9 @@ const ApplicationManagement: React.FC = () => { - + */}