From 561e419bddb0f410ae4f80f1bfdbe1079f5b7ddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=84=AD=E6=B2=9B=E8=BB=92?= Date: Sat, 27 Sep 2025 21:00:21 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=9B=B4=E6=96=B0=E5=B0=8E?= =?UTF-8?q?=E8=88=AA=E6=A8=99=E7=B1=A4=E7=82=BA=E8=A8=AD=E8=A8=88=E9=A0=81?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 將🧪測試改為🎨設計 - 路由從/review-tests改為/review-design 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- frontend/components/Navigation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/Navigation.tsx b/frontend/components/Navigation.tsx index 76596b7..cbd9247 100644 --- a/frontend/components/Navigation.tsx +++ b/frontend/components/Navigation.tsx @@ -19,7 +19,7 @@ export function Navigation({ showExitLearning = false, onExitLearning }: Navigat { href: '/dashboard', label: '儀表板' }, { href: '/flashcards', label: '詞卡' }, { href: '/review', label: '複習' }, - { href: '/review-tests', label: '🧪 測試' }, + { href: '/review-design', label: '🎨 設計' }, { href: '/generate', label: 'AI 生成' }, { href: '/settings', label: '⚙️ 設定' } ]