feat: 前端添加账户信息菜单

This commit is contained in:
2025-12-18 21:46:15 +08:00
parent 7f93a17526
commit 055dc3972f

View File

@@ -9,6 +9,7 @@ import {
Server, Server,
SquareTerminal, SquareTerminal,
Undo2, Undo2,
UserPen,
UsersRound, UsersRound,
} from "lucide-react" } from "lucide-react"
@@ -111,6 +112,11 @@ export function AppSidebar({ user, ...props }: React.ComponentProps<typeof Sideb
url: "/console/vserver", url: "/console/vserver",
icon: Server, icon: Server,
}, },
{
title: "账户信息",
url: "/console/profile",
icon: UserPen
},
{ {
title: "前往首页", title: "前往首页",
url: "/", url: "/",