feat: 前端添加账户信息菜单
This commit is contained in:
@@ -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: "/",
|
||||
|
||||
Reference in New Issue
Block a user