diff --git a/app/(main)/ThemeSwitcher.tsx b/app/(main)/ThemeSwitcher.tsx index 39327254..02bce158 100644 --- a/app/(main)/ThemeSwitcher.tsx +++ b/app/(main)/ThemeSwitcher.tsx @@ -60,7 +60,7 @@ export function ThemeSwitcher() { animate={{ opacity: 1, scale: 1 }} exit={{ opacity: 0, scale: 0.95 }} > - {themes.find((t) => t.value === theme)?.label} + {themes.find((t) => t.value === theme)?.label || "系统模式“}