From b3ea028375d321f58c60625b044e99825bdb8ae6 Mon Sep 17 00:00:00 2001 From: cyfung1031 <44498510+cyfung1031@users.noreply.github.com> Date: Thu, 7 May 2026 19:01:14 +0900 Subject: [PATCH] =?UTF-8?q?fix(UI):=20=E4=B8=8D=E6=94=AF=E6=8C=81=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E7=9A=84=E5=B0=B1=E4=B8=8D=E8=A6=81=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/options/routes/ScriptList/components.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/pages/options/routes/ScriptList/components.tsx b/src/pages/options/routes/ScriptList/components.tsx index 476630fc8..4d08fb23d 100644 --- a/src/pages/options/routes/ScriptList/components.tsx +++ b/src/pages/options/routes/ScriptList/components.tsx @@ -173,8 +173,11 @@ export const UpdateTimeCell = React.memo(({ className, script }: { className?: s return ( - - + + {script.updatetime && semTime(new Date(script.updatetime))}