From fb2afa7eda0e1944f0598351b2bb44a196279c2a Mon Sep 17 00:00:00 2001 From: speakeloudest Date: Sun, 17 Aug 2025 07:11:03 -0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=88?= =?UTF-8?q?=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../(user)/profile/change-password.tsx | 25 +++-- .../(user)/profile/notify-settings.tsx | 97 ++++++++++--------- .../(user)/profile/third-party-accounts.tsx | 16 ++- apps/user/assets/svg-icon/email.svg | 10 ++ 4 files changed, 82 insertions(+), 66 deletions(-) create mode 100644 apps/user/assets/svg-icon/email.svg diff --git a/apps/user/app/(main)/(content)/(user)/profile/change-password.tsx b/apps/user/app/(main)/(content)/(user)/profile/change-password.tsx index 305c5b9..66d078b 100644 --- a/apps/user/app/(main)/(content)/(user)/profile/change-password.tsx +++ b/apps/user/app/(main)/(content)/(user)/profile/change-password.tsx @@ -42,8 +42,8 @@ export default function ChangePassword() { return ( -
-
+
+
{t('accountSettings')}
-
{t('description')}
+
{t('description')}
- + -