From f39cceda18678079834afe84b6b2305b0d355802 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Thu, 15 May 2025 03:39:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=962FA=E6=A8=A1=E6=80=81?= =?UTF-8?q?=E7=AA=97=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/setting/SettingUser.vue | 2 +- web/src/views/setting/TwoFaModal.vue | 41 ++++++++++++++++----------- 2 files changed, 25 insertions(+), 18 deletions(-) diff --git a/web/src/views/setting/SettingUser.vue b/web/src/views/setting/SettingUser.vue index d363c3c4..4d6e3d37 100644 --- a/web/src/views/setting/SettingUser.vue +++ b/web/src/views/setting/SettingUser.vue @@ -91,7 +91,7 @@ const columns: any = [ }, { default: () => $gettext('Access Tokens'), - icon: renderIcon('material-symbols:edit-outline', { size: 14 }) + icon: renderIcon('material-symbols:vpn-key-outline', { size: 14 }) } ), h( diff --git a/web/src/views/setting/TwoFaModal.vue b/web/src/views/setting/TwoFaModal.vue index 891b4888..61a992a2 100644 --- a/web/src/views/setting/TwoFaModal.vue +++ b/web/src/views/setting/TwoFaModal.vue @@ -51,23 +51,30 @@ watch( @close="show = false" > - - - - - {{ $gettext('Scan the QR code with your 2FA app and enter the code below') }} - - - {{ - $gettext('If you cannot scan the QR code, please enter the URL below in your 2FA app') - }} - - - {{ model.url }} - - - - + + + + + + + + + {{ $gettext('Scan the QR code with your 2FA app and enter the code below') }} + + + {{ + $gettext( + 'If you cannot scan the QR code, please enter the URL below in your 2FA app' + ) + }} + + + {{ model.url }} + + + + > +