refactor: 精簡正式複習頁面 UI

- 移除測驗過程中的「重新開始」按鈕
- 保持更簡潔的複習體驗
- 用戶可以在結果頁面進行重新開始

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
鄭沛軒 2025-10-07 01:08:29 +08:00
parent c3dafee6c3
commit 473ecf4508
1 changed files with 0 additions and 10 deletions

View File

@ -144,16 +144,6 @@ export default function ReviewPage() {
)}
</>
)}
{/* 控制按鈕 */}
<div className="mt-6 text-center">
<button
onClick={handleRestart}
className="px-4 py-2 bg-gray-500 text-white rounded-lg hover:bg-gray-600"
>
</button>
</div>
</div>
</div>
</div>