From ef52274f6ce91541109d205cf42ceb4944a42780 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=97=E6=9E=B3?= <7854742+wang_rumeng@user.noreply.gitee.com> Date: Tue, 21 Oct 2025 22:40:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=BE=E5=BC=80=E5=88=9B=E5=BB=BA=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/layout/type.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/layout/type.ts b/components/layout/type.ts index b9b42b1..3678316 100644 --- a/components/layout/type.ts +++ b/components/layout/type.ts @@ -17,7 +17,7 @@ export const navigationItems: Navigations[] = [ { name: 'Home', href: '/home', icon: Home }, { name: 'My Portfolio', href: '/movies', icon: BookHeart }, { name: 'Share', href: '/share', icon: Gift }, - // { name: 'Create', href: '/create', icon: Plus }, + { name: 'Create', href: '/create', icon: Plus }, ], } ]; \ No newline at end of file