tv页面增加“我的”

This commit is contained in:
mtvpls
2026-05-31 10:29:36 +08:00
parent b5afe6a25b
commit 3fa206450a
2 changed files with 191 additions and 0 deletions
+2
View File
@@ -9,6 +9,7 @@ import {
Search,
Sparkles,
Tv,
User,
} from 'lucide-react';
import Link from 'next/link';
import { usePathname } from 'next/navigation';
@@ -25,6 +26,7 @@ const navItems = [
{ label: '综艺', href: '/tv/variety', icon: MonitorPlay },
{ label: '直播', href: '/tv/live', icon: Radio },
{ label: '私人影库', href: '/tv/private', icon: Heart },
{ label: '我的', href: '/tv/me', icon: User },
];
export default function TVLayout({