dramaling-vocab-learning/frontend/components
鄭沛軒 3ff3b7f0a1 refactor: 重構 review 組件架構 + 修正 API 端口配置
- 重構組件命名: Simple* → 更語義化命名
  - SimpleFlipCard → FlipMemory
  - VocabChoiceTest → VocabChoiceQuiz
  - SimpleProgress → QuizProgress
  - SimpleResults → QuizResult
  - SimpleTestHeader → QuizHeader

- 重新組織目錄結構:
  - components/review/simple/ → components/review/quiz/ & ui/
  - 分離測驗邏輯組件 (quiz/) 和 UI 組件 (ui/)

- 修正 API 配置:
  - 更新 frontend/lib/config/api.ts: localhost:5008 → localhost:5000
  - 配合後端實際運行端口

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-05 04:43:48 +08:00
..
flashcards feat: 完成 TTS 播放邏輯完全統一 + 架構不一致問題解決 2025-10-02 17:34:33 +08:00
generate refactor: 完成 Hook 和類型定義重構 + import 路徑更新 2025-10-03 16:30:35 +08:00
review refactor: 重構 review 組件架構 + 修正 API 端口配置 2025-10-05 04:43:48 +08:00
shared feat: 實施極簡MVP複習功能 + 成功復用現有精美設計 2025-10-03 17:29:52 +08:00
ui feat: 實現完整的詞彙儲存功能與UI設計優化 2025-09-20 17:52:22 +08:00
word refactor: 完成 Hook 和類型定義重構 + import 路徑更新 2025-10-03 16:30:35 +08:00