AI 设置独立为单独页面 /settings/ai

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-07-06 12:37:08 +08:00
parent 4384f5fa00
commit 6dfce96bb3
6 changed files with 19 additions and 5 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ const nav = [
function AIConfigBadge({ configured, model }: { configured?: boolean; model?: string }) {
return (
<NavLink
to="/settings?tab=ai"
to="/settings/ai"
className="mt-2 group block -mx-2.5"
title="AI 配置"
>