From fc47ec9d182029dcf64fa45cc91550d76bd15b82 Mon Sep 17 00:00:00 2001 From: Eamon-meng <17516219072@163.com> Date: Mon, 19 Jan 2026 10:02:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=90=8E=E5=8F=B0=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E8=B5=84=E6=96=99=E6=98=BE=E7=A4=BA=E7=9A=84=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/admin/(dashboard)/_client/userCenter.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/admin/(dashboard)/_client/userCenter.tsx b/src/app/admin/(dashboard)/_client/userCenter.tsx index 82ed386..c446ae6 100644 --- a/src/app/admin/(dashboard)/_client/userCenter.tsx +++ b/src/app/admin/(dashboard)/_client/userCenter.tsx @@ -26,7 +26,7 @@ export default async function UserCenter() {
-

{profile.username?.trim() || profile.email || profile.phone}

+

{profile.username?.trim() || profile.phone || profile.email}

{`最后登录:${format(profile.last_login, 'yyyy-MM-dd HH:mm')}`}