diff --git a/frontend/app/generate/page.tsx b/frontend/app/generate/page.tsx index 89e39ae..b417e89 100644 --- a/frontend/app/generate/page.tsx +++ b/frontend/app/generate/page.tsx @@ -393,25 +393,25 @@ function GenerateContent() { {/* 簡單詞彙卡片 */}
{vocabularyStats.simpleCount}
-
太簡單啦
+
太簡單啦
{/* 適中詞彙卡片 */}
{vocabularyStats.moderateCount}
-
重點學習
+
重點學習
{/* 艱難詞彙卡片 */}
{vocabularyStats.difficultCount}
-
有點挑戰
+
有點挑戰
{/* 片語與俚語卡片 */}
{vocabularyStats.idiomCount}
-
慣用語
+
慣用語
)}