From bfcde5b7832fbdf95e0f4326ffbcabf76df426d6 Mon Sep 17 00:00:00 2001 From: huangzhuang_3rd Date: Thu, 13 Aug 2026 18:20:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20DAG=E5=8F=AF=E8=A7=86=E5=8C=96=E7=BC=96?= =?UTF-8?q?=E6=8E=92=E7=94=BB=E5=B8=83=20-=20=E5=9B=BE=E6=9F=A5=E8=AF=A2/?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E5=A2=9E=E5=88=A0=E6=8E=A5=E5=8F=A3=20+=20Re?= =?UTF-8?q?act=20Flow=E7=94=BB=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/AppLayout.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/src/components/AppLayout.tsx b/frontend/src/components/AppLayout.tsx index 51a7f9e..d302a43 100644 --- a/frontend/src/components/AppLayout.tsx +++ b/frontend/src/components/AppLayout.tsx @@ -18,6 +18,7 @@ import { AuditOutlined, AlertOutlined, BookOutlined, + ApartmentOutlined, LogoutOutlined, MenuFoldOutlined, MenuUnfoldOutlined, @@ -62,6 +63,11 @@ const menuItems: MenuProps['items'] = [ icon: , label: '任务管理', }, + { + key: '/dag', + icon: , + label: 'DAG 编排', + }, { key: '/workers', icon: ,