feat: add show to sidebar

This commit is contained in:
shinya
2025-06-24 20:39:26 +08:00
parent 18dde393d3
commit a27e8d30ef
2 changed files with 12 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
'use client';
import {
Clover,
Film,
Home,
MessageCircleHeart,
@@ -45,6 +46,11 @@ const MobileBottomNav = ({ activePath }: MobileBottomNavProps) => {
label: '豆瓣 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: MessageCircleHeart,

View File

@@ -1,4 +1,5 @@
import {
Clover,
Film,
Home,
Menu,
@@ -142,6 +143,11 @@ const Sidebar = ({ onToggle, activePath = '/' }: SidebarProps) => {
label: '豆瓣 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: MessageCircleHeart,