Add backend log management
This commit is contained in:
@@ -8,6 +8,7 @@ import {
|
||||
Archive,
|
||||
LogIn,
|
||||
LogOut,
|
||||
ScrollText,
|
||||
Settings,
|
||||
Sparkles,
|
||||
UserCircle
|
||||
@@ -19,6 +20,7 @@ import type { AuthUser } from "@/lib/auth/session";
|
||||
const nav = [
|
||||
{ href: "/create", label: "创作", icon: Sparkles },
|
||||
{ href: "/assets", label: "结果", icon: Archive },
|
||||
{ href: "/logs", label: "日志", icon: ScrollText },
|
||||
{ href: "/settings", label: "设置", icon: Settings }
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user