mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-05-13 07:57:29 +08:00
feat: update mobile nav title
This commit is contained in:
@@ -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',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user