From 6a82e6ff4febbfcc2542c82df109bde6882ebed7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=80=9D?= Date: Fri, 30 Jan 2026 16:26:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E5=80=BC=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/news/list/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/news/list/index.jsx b/src/news/list/index.jsx index 8b701f44..171111a2 100644 --- a/src/news/list/index.jsx +++ b/src/news/list/index.jsx @@ -106,7 +106,7 @@ function List() { {firstActivity &&
{firstActivity.summary} - {moment(firstActivity.name).format('MM/DD')}
{moment(firstActivity.name).format('HH:MM')}
+ {moment(firstActivity.name).format('MM/DD')}
{moment(firstActivity.name).format('HH:mm')}
}