diff --git a/frontend/app/generate/page.tsx b/frontend/app/generate/page.tsx index 4f63cb0..506d486 100644 --- a/frontend/app/generate/page.tsx +++ b/frontend/app/generate/page.tsx @@ -582,25 +582,25 @@ function GenerateContent() { {/* 簡單詞彙卡片 */}
{vocabularyStats.simpleCount}
-
簡單詞彙
+
太簡單啦
{/* 適中詞彙卡片 */}
{vocabularyStats.moderateCount}
-
適中詞彙
+
重點學習
{/* 艱難詞彙卡片 */}
{vocabularyStats.difficultCount}
-
艱難詞彙
+
有點挑戰
{/* 片語與俚語卡片 */}
{vocabularyStats.phraseCount}
-
片語俚語
+
慣用語
)} @@ -653,7 +653,7 @@ function GenerateContent() { return (
-

片語俚語

+

慣用語

{phrases.map((phrase, index) => (