From 6ad6764bf3be3e7f33ff3aa77eaf842c15ce53f4 Mon Sep 17 00:00:00 2001 From: huangzhuang_3rd Date: Thu, 13 Aug 2026 11:26:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8E=A5=E5=85=A5=E5=89=8D=E7=AB=AFV1?= =?UTF-8?q?=E8=B7=AF=E7=94=B1+=E8=8F=9C=E5=8D=95,=20=E6=9B=B4=E6=96=B0LLM?= =?UTF-8?q?=E7=BD=91=E5=85=B3=E9=85=8D=E7=BD=AE(DeepSeek+QwenVL)=E5=8F=8A?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E5=AE=9A=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/AppLayout.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/frontend/src/components/AppLayout.tsx b/frontend/src/components/AppLayout.tsx index 4db998a..51a7f9e 100644 --- a/frontend/src/components/AppLayout.tsx +++ b/frontend/src/components/AppLayout.tsx @@ -16,6 +16,8 @@ import { CheckSquareOutlined, RobotOutlined, AuditOutlined, + AlertOutlined, + BookOutlined, LogoutOutlined, MenuFoldOutlined, MenuUnfoldOutlined, @@ -70,6 +72,16 @@ const menuItems: MenuProps['items'] = [ icon: , label: '审核管理', }, + { + key: '/alerts', + icon: , + label: '告警中心', + }, + { + key: '/knowledge', + icon: , + label: '知识库', + }, ]; export default function AppLayout() {