fix: 修改配置项和同步代码bug

This commit is contained in:
2025-07-28 05:23:06 -07:00
parent 346183c997
commit f49c2a5f2a
4 changed files with 14 additions and 5 deletions
+1 -2
View File
@@ -6,7 +6,6 @@ import { useTranslations } from 'next-intl';
import Image from 'next/legacy/image';
import Link from 'next/link';
import LanguageSwitch from '../language-switch';
import ThemeSwitch from '../theme-switch';
import { UserNav } from '../user-nav';
export default function Header() {
@@ -30,7 +29,7 @@ export default function Header() {
</nav>
<div className='flex flex-1 items-center justify-end gap-2'>
<LanguageSwitch />
<ThemeSwitch />
{/*<ThemeSwitch />*/}
<UserNav />
{!user && (
<Link