ui: sidebar label → 信号引擎 V5.1
This commit is contained in:
parent
9382d35496
commit
271658c725
@ -13,7 +13,7 @@ import {
|
|||||||
const navItems = [
|
const navItems = [
|
||||||
{ href: "/", label: "仪表盘", icon: LayoutDashboard },
|
{ href: "/", label: "仪表盘", icon: LayoutDashboard },
|
||||||
{ href: "/trades", label: "成交流", icon: Activity },
|
{ href: "/trades", label: "成交流", icon: Activity },
|
||||||
{ href: "/signals", label: "信号引擎", icon: Crosshair },
|
{ href: "/signals", label: "信号引擎 V5.1", icon: Crosshair },
|
||||||
{ href: "/server", label: "服务器", icon: Monitor },
|
{ href: "/server", label: "服务器", icon: Monitor },
|
||||||
{ href: "/about", label: "说明", icon: Info },
|
{ href: "/about", label: "说明", icon: Info },
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user