From 4d1aee40343cdca7847a1bcff513fd2fb6334ae8 Mon Sep 17 00:00:00 2001 From: skycurtain Date: Mon, 11 Aug 2025 23:45:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=86=E5=AF=BC=E8=88=AA=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E9=A1=B9=E4=BB=8E"=E5=AE=9E=E6=97=B6=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E7=9C=8B=E6=9D=BF"=E6=94=B9=E4=B8=BA"=E4=BB=8A?= =?UTF-8?q?=E6=97=A5=E6=95=B0=E6=8D=AE=E7=9C=8B=E6=9D=BF"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/app-layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/app-layout.tsx b/src/layouts/app-layout.tsx index 0a7e7e8..88e22b0 100644 --- a/src/layouts/app-layout.tsx +++ b/src/layouts/app-layout.tsx @@ -43,7 +43,7 @@ export const AppLayout: FC = () => { defaultSelectedKeys={['/dashboard']} items={[ { - label: 实时数据看板, + label: 今日数据看板, key: '/dashboard', icon: , theme: menuTheme,