From 10778ac7383594b7f1e9ec0b7134a7e34aa9f882 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=84=AD=E6=B2=9B=E8=BB=92?= Date: Thu, 25 Sep 2025 22:34:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=B5=B1=E4=B8=80=E5=AD=B8=E7=BF=92?= =?UTF-8?q?=E9=A0=81=E9=9D=A2=E5=B0=8E=E8=88=AA=E6=AC=84=E8=A8=AD=E8=A8=88?= =?UTF-8?q?=EF=BC=8C=E7=A7=BB=E9=99=A4=E7=B5=90=E6=9D=9F=E5=AD=B8=E7=BF=92?= =?UTF-8?q?=E6=8C=89=E9=88=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除Navigation組件的showExitLearning和onExitLearning props - 學習頁面右上角菜單現在與其他頁面保持一致 - 用戶可以通過標準導航菜單正常切換頁面 - 提升界面一致性和用戶體驗 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- frontend/app/learn/page.tsx | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/frontend/app/learn/page.tsx b/frontend/app/learn/page.tsx index a129617..0a8a83b 100644 --- a/frontend/app/learn/page.tsx +++ b/frontend/app/learn/page.tsx @@ -647,10 +647,7 @@ export default function LearnPage() { if (showNoDueCards) { return (
- router.push('/dashboard')} - /> +
📚
@@ -711,10 +708,7 @@ export default function LearnPage() { return (
{/* Navigation */} - router.push('/dashboard')} - /> +
{/* Progress Bar */}