From e48e369ef1f19ff8234989766601826436e0b8a1 Mon Sep 17 00:00:00 2001 From: zhangyahui Date: Mon, 4 May 2026 17:06:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=AA=8C=E8=AF=81=E7=A0=81=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/EmailVerificationDialog.vue | 253 ++++++++++++++++++ src/views/setting/index.vue | 128 ++++++++- 2 files changed, 379 insertions(+), 2 deletions(-) create mode 100644 src/views/setting/components/EmailVerificationDialog.vue diff --git a/src/views/setting/components/EmailVerificationDialog.vue b/src/views/setting/components/EmailVerificationDialog.vue new file mode 100644 index 0000000..69fb78b --- /dev/null +++ b/src/views/setting/components/EmailVerificationDialog.vue @@ -0,0 +1,253 @@ + + + + diff --git a/src/views/setting/index.vue b/src/views/setting/index.vue index 6321948..b0cc220 100644 --- a/src/views/setting/index.vue +++ b/src/views/setting/index.vue @@ -118,7 +118,17 @@
NEW EMAIL ADDRESS
-
Verify
+ +
+
+ Your new email has been verified and is ready to save.
@@ -219,12 +229,22 @@