diff --git a/serve/frontend/src/components/Layout.tsx b/serve/frontend/src/components/Layout.tsx index a1d891a..41edf3a 100644 --- a/serve/frontend/src/components/Layout.tsx +++ b/serve/frontend/src/components/Layout.tsx @@ -209,30 +209,16 @@ export function Layout() { )} - {/* 暗夜模式 + 设置 */} -
+ {/* 暗夜模式 */} +
- - cn( - 'flex items-center justify-center rounded-btn p-1.5 text-xs transition-colors', - isActive - ? 'bg-accent/10 text-accent' - : 'text-foreground/70 hover:bg-elevated hover:text-foreground', - ) - } - title="设置" - > - -