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