From 7728a220486767037c0dbdefbd721ca546a09056 Mon Sep 17 00:00:00 2001 From: fish Date: Tue, 21 Jul 2026 22:18:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E4=B9=A0=E8=AE=B0=E5=BD=95=E5=8D=A1?= =?UTF-8?q?=E7=89=87=E7=BB=9F=E8=AE=A1=E4=BF=A1=E6=81=AF=E6=8C=89=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E3=80=81=E6=AC=A1=E6=95=B0=E3=80=81=E6=AD=A3=E7=A1=AE?= =?UTF-8?q?=E7=8E=87=E9=A1=BA=E5=BA=8F=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- LearnEnglish/LearnEnglish/Views/WordCardCell.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LearnEnglish/LearnEnglish/Views/WordCardCell.swift b/LearnEnglish/LearnEnglish/Views/WordCardCell.swift index eb4623c..9ae3e01 100644 --- a/LearnEnglish/LearnEnglish/Views/WordCardCell.swift +++ b/LearnEnglish/LearnEnglish/Views/WordCardCell.swift @@ -94,7 +94,7 @@ final class WordCardCell: UITableViewCell { func configure(with word: Word, count: Int, accuracy: Int, time: String) { configure(with: word) - countLabel.text = "\(count)次 · \(accuracy)% · \(time)" + countLabel.text = "\(time) · \(count)次 · \(accuracy)%" countLabel.isHidden = false }