From 671ad8ab9d7ddb258196d6815b17cab5f31281b2 Mon Sep 17 00:00:00 2001 From: Eamon-meng <17516219072@163.com> Date: Tue, 20 Jan 2026 18:51:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E7=94=A8=E6=88=B7=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E7=9A=84=E9=82=AE=E7=AE=B1=E6=98=BE=E7=A4=BA?= 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 c446ae6..e1c0adc 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.phone || profile.email}

+

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

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