feat: remove github

This commit is contained in:
shinya
2025-07-11 16:54:27 +08:00
parent d6467db6cc
commit af56e19bff
2 changed files with 0 additions and 22 deletions

View File

@@ -3,7 +3,6 @@
import {
Clover,
Film,
Github,
Home,
Menu,
MessageCircleHeart,
@@ -166,15 +165,6 @@ const Sidebar = ({ onToggle, activePath = '/' }: SidebarProps) => {
{ icon: VenetianMask, label: '日漫', href: '/douban?type=tv&tag=日本动画' },
];
const { siteName } = useSite();
if (siteName !== 'MoonTV') {
menuItems.push({
icon: Github,
label: 'MoonTV',
href: 'https://github.com/senshinya/MoonTV',
});
}
return (
<SidebarContext.Provider value={contextValue}>
{/* 在移动端隐藏侧边栏 */}