refactor: 精簡正式複習頁面 UI
- 移除測驗過程中的「重新開始」按鈕 - 保持更簡潔的複習體驗 - 用戶可以在結果頁面進行重新開始 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
c3dafee6c3
commit
473ecf4508
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue