From 34577e321dce64d9ebccd54a3032ccb37bc4254b Mon Sep 17 00:00:00 2001 From: jingrow Date: Tue, 30 Dec 2025 00:22:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BE=8E=E5=8C=96dashboard=E4=B8=AA=E4=BA=BA?= =?UTF-8?q?=E8=B5=84=E6=96=99=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/auth/Configure2FA.vue | 198 ++++++++------ .../settings/profile/AccountProfile.vue | 161 ++++++----- .../settings/profile/ResetPasswordDialog.vue | 256 ++++++++++++++---- .../components/settings/profile/TFADialog.vue | 62 +++-- jcloud/translations/zh.csv | 1 + 5 files changed, 450 insertions(+), 228 deletions(-) diff --git a/dashboard/src/components/auth/Configure2FA.vue b/dashboard/src/components/auth/Configure2FA.vue index 121a83c..b5bb148 100644 --- a/dashboard/src/components/auth/Configure2FA.vue +++ b/dashboard/src/components/auth/Configure2FA.vue @@ -1,114 +1,140 @@ + + diff --git a/dashboard/src/components/settings/profile/TFADialog.vue b/dashboard/src/components/settings/profile/TFADialog.vue index 46648b4..cc16c67 100644 --- a/dashboard/src/components/settings/profile/TFADialog.vue +++ b/dashboard/src/components/settings/profile/TFADialog.vue @@ -1,15 +1,22 @@