From a0dffdc715e871edf845a86d44b56b9a05c96e49 Mon Sep 17 00:00:00 2001 From: fish Date: Thu, 16 Jul 2026 21:46:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=A4=A7=E6=94=B6=E9=9B=86=E7=AE=B1?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=96=87=E6=A1=88=E4=B8=8E=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E9=97=B4=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Note/ClipInboxViewController.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Note/ClipInboxViewController.swift b/Note/ClipInboxViewController.swift index 50ef908..0646c78 100644 --- a/Note/ClipInboxViewController.swift +++ b/Note/ClipInboxViewController.swift @@ -249,6 +249,7 @@ extension ClipInboxViewController: UITableViewDataSource { config.textProperties.numberOfLines = 0 config.secondaryText = formattedDate(clip.createdAt) config.secondaryTextProperties.color = .secondaryLabel + config.textToSecondaryTextVerticalPadding = 12 cell.contentConfiguration = config cell.accessoryType = .disclosureIndicator