feat: DAG可视化编排画布 - 图查询/依赖增删接口 + React Flow画布

This commit is contained in:
2026-08-13 18:20:26 +08:00
parent 4947131950
commit bfcde5b783
+6
View File
@@ -18,6 +18,7 @@ import {
AuditOutlined,
AlertOutlined,
BookOutlined,
ApartmentOutlined,
LogoutOutlined,
MenuFoldOutlined,
MenuUnfoldOutlined,
@@ -62,6 +63,11 @@ const menuItems: MenuProps['items'] = [
icon: <CheckSquareOutlined />,
label: '任务管理',
},
{
key: '/dag',
icon: <ApartmentOutlined />,
label: 'DAG 编排',
},
{
key: '/workers',
icon: <RobotOutlined />,