feat: update mobile nav title

This commit is contained in:
shinya
2025-07-11 00:25:16 +08:00
parent 504d31ed4a
commit e18dc3787f

View File

@@ -36,17 +36,17 @@ const MobileBottomNav = ({ activePath }: MobileBottomNavProps) => {
{ icon: Search, label: '搜索', href: '/search' }, { icon: Search, label: '搜索', href: '/search' },
{ {
icon: Film, icon: Film,
label: '热门电影', label: '电影',
href: '/douban?type=movie&tag=热门&title=热门电影', href: '/douban?type=movie&tag=热门&title=热门电影',
}, },
{ {
icon: Tv, icon: Tv,
label: '热门剧集', label: '剧集',
href: '/douban?type=tv&tag=热门&title=热门剧集', href: '/douban?type=tv&tag=热门&title=热门剧集',
}, },
{ {
icon: Star, icon: Star,
label: '豆瓣 Top250', label: '高分',
href: '/douban?type=movie&tag=top250&title=豆瓣 Top250', href: '/douban?type=movie&tag=top250&title=豆瓣 Top250',
}, },
{ {