mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-05-14 08:47:30 +08:00
feat: add show to sidebar
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
'use client';
|
'use client';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
|
Clover,
|
||||||
Film,
|
Film,
|
||||||
Home,
|
Home,
|
||||||
MessageCircleHeart,
|
MessageCircleHeart,
|
||||||
@@ -45,6 +46,11 @@ const MobileBottomNav = ({ activePath }: MobileBottomNavProps) => {
|
|||||||
label: '豆瓣 Top250',
|
label: '豆瓣 Top250',
|
||||||
href: '/douban?type=movie&tag=top250&title=豆瓣 Top250',
|
href: '/douban?type=movie&tag=top250&title=豆瓣 Top250',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
icon: Clover,
|
||||||
|
label: '综艺',
|
||||||
|
href: '/douban?type=tv&tag=综艺&title=综艺',
|
||||||
|
},
|
||||||
{ icon: Swords, label: '美剧', href: '/douban?type=tv&tag=美剧' },
|
{ icon: Swords, label: '美剧', href: '/douban?type=tv&tag=美剧' },
|
||||||
{
|
{
|
||||||
icon: MessageCircleHeart,
|
icon: MessageCircleHeart,
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
import {
|
import {
|
||||||
|
Clover,
|
||||||
Film,
|
Film,
|
||||||
Home,
|
Home,
|
||||||
Menu,
|
Menu,
|
||||||
@@ -142,6 +143,11 @@ const Sidebar = ({ onToggle, activePath = '/' }: SidebarProps) => {
|
|||||||
label: '豆瓣 Top250',
|
label: '豆瓣 Top250',
|
||||||
href: '/douban?type=movie&tag=top250&title=豆瓣 Top250',
|
href: '/douban?type=movie&tag=top250&title=豆瓣 Top250',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
icon: Clover,
|
||||||
|
label: '综艺',
|
||||||
|
href: '/douban?type=tv&tag=综艺&title=综艺',
|
||||||
|
},
|
||||||
{ icon: Swords, label: '美剧', href: '/douban?type=tv&tag=美剧' },
|
{ icon: Swords, label: '美剧', href: '/douban?type=tv&tag=美剧' },
|
||||||
{
|
{
|
||||||
icon: MessageCircleHeart,
|
icon: MessageCircleHeart,
|
||||||
|
|||||||
Reference in New Issue
Block a user