diff --git a/frontend/app/learn/page.tsx b/frontend/app/learn/page.tsx index 4ab6f01..6d4dc58 100644 --- a/frontend/app/learn/page.tsx +++ b/frontend/app/learn/page.tsx @@ -568,7 +568,7 @@ export default function LearnPage() { -
{selectedAnswer === currentCard.word ? '正確!' : '錯誤!'}
- 正確答案是:{currentCard.word} {currentCard.pronunciation} -
+ 正確答案是:{currentCard.word} +
- {currentCard.word} {currentCard.pronunciation} -
{selectedAnswer !== currentCard.word && ( -
- 正確答案是:{currentCard.word} +
+ 正確答案是:{currentCard.word}
+
發音:{currentCard.pronunciation}