From a1cf784805c9f9ae5c2a3d8766815beeb2633c62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=84=AD=E6=B2=9B=E8=BB=92?= Date: Sat, 27 Sep 2025 21:42:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=84=AA=E5=8C=96FlipMemoryTest?= =?UTF-8?q?=E7=B5=84=E4=BB=B6=E7=94=A8=E6=88=B6=E9=AB=94=E9=A9=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 將信心等級按鈕移到翻卡外面,裸露在背景上 - 移除按鈕數字,只顯示文字描述且字體更大 - 修復音頻播放按鈕點擊會觸發翻面的問題 - 增加翻卡容器高度至600px提供更多內容空間 - 翻卡背面只保留純學習內容(定義、例句、同義詞) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .../review/review-tests/FlipMemoryTest.tsx | 57 ++++++++++--------- 1 file changed, 30 insertions(+), 27 deletions(-) diff --git a/frontend/components/review/review-tests/FlipMemoryTest.tsx b/frontend/components/review/review-tests/FlipMemoryTest.tsx index d0361dc..0a9ace7 100644 --- a/frontend/components/review/review-tests/FlipMemoryTest.tsx +++ b/frontend/components/review/review-tests/FlipMemoryTest.tsx @@ -63,11 +63,11 @@ export const FlipMemoryTest: React.FC = ({
{/* 正面 */}
= ({ {pronunciation && ( {pronunciation} )} - +
e.stopPropagation()}> + +
@@ -127,7 +129,7 @@ export const FlipMemoryTest: React.FC = ({

例句

"{example}"

-
+
e.stopPropagation()}>
@@ -151,35 +153,36 @@ export const FlipMemoryTest: React.FC = ({
)} - {/* 信心等級評估區 */} -
-

你對這個單字的熟悉程度:

-
- {[1, 2, 3, 4, 5].map(level => ( - - ))} -
-
+ {/* 信心等級評估區 - 裸露在背景上 */} + {( +
+
+ {[1, 2, 3, 4, 5].map(level => ( + + ))} +
+
+ )} +