From 66e75fa856c44c94ca11d4551bc65b4d74ba1c3f Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Fri, 5 Jun 2026 16:39:11 +0800 Subject: [PATCH] =?UTF-8?q?Update=20HomePage=20navigation=20button=20to=20?= =?UTF-8?q?link=20to=20'components-models'=20and=20change=20button=20label?= =?UTF-8?q?=20to=20'=E9=85=8D=E7=BD=AE=E6=A8=A1=E5=9E=8B'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/pages/HomePage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/pages/HomePage.tsx b/src/components/pages/HomePage.tsx index 7888374..3f0ced7 100644 --- a/src/components/pages/HomePage.tsx +++ b/src/components/pages/HomePage.tsx @@ -54,10 +54,10 @@ export function HomePage({ onNavigate }: HomePageProps) { variant="outline" size="lg" className="gap-2 border-hairline-strong text-foreground hover:bg-surface-strong" - onClick={() => onNavigate("components")} + onClick={() => onNavigate("components-models")} > - 配置组件 + 配置模型