增加更明显的更新提示

This commit is contained in:
mtvpls
2025-12-05 21:12:15 +08:00
parent f8a2964264
commit cc99f4c945
5 changed files with 138 additions and 59 deletions
+2
View File
@@ -5,6 +5,7 @@ import Link from 'next/link';
import { BackButton } from './BackButton';
import { useSite } from './SiteProvider';
import { ThemeToggle } from './ThemeToggle';
import { UpdateNotification } from './UpdateNotification';
import { UserMenu } from './UserMenu';
interface MobileHeaderProps {
@@ -45,6 +46,7 @@ const MobileHeader = ({ showBackButton = false }: MobileHeaderProps) => {
<div className='flex items-center gap-2'>
<ThemeToggle />
<UserMenu />
<UpdateNotification />
</div>
</div>