From 271658c72557bd631e3962a9d3a283e850ea0339 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 28 Feb 2026 10:46:29 +0000 Subject: [PATCH] =?UTF-8?q?ui:=20sidebar=20label=20=E2=86=92=20=E4=BF=A1?= =?UTF-8?q?=E5=8F=B7=E5=BC=95=E6=93=8E=20V5.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/components/Sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/Sidebar.tsx b/frontend/components/Sidebar.tsx index 9aa0005..ddff7a9 100644 --- a/frontend/components/Sidebar.tsx +++ b/frontend/components/Sidebar.tsx @@ -13,7 +13,7 @@ import { const navItems = [ { href: "/", label: "仪表盘", icon: LayoutDashboard }, { href: "/trades", label: "成交流", icon: Activity }, - { href: "/signals", label: "信号引擎", icon: Crosshair }, + { href: "/signals", label: "信号引擎 V5.1", icon: Crosshair }, { href: "/server", label: "服务器", icon: Monitor }, { href: "/about", label: "说明", icon: Info }, ];