From 8ff6ebd8361057bc5f9d6c502f57e7ef13ca1948 Mon Sep 17 00:00:00 2001 From: Timothy Yin Date: Mon, 20 Jan 2025 02:57:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=9F=AD=E4=BF=A1=E6=89=BE=E5=9B=9E?= =?UTF-8?q?=E5=AF=86=E7=A0=81=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/ModalAuthentication.vue | 608 +++++++++++++++++++++-------- 1 file changed, 453 insertions(+), 155 deletions(-) diff --git a/components/ModalAuthentication.vue b/components/ModalAuthentication.vue index 585aec6..549aa31 100644 --- a/components/ModalAuthentication.vue +++ b/components/ModalAuthentication.vue @@ -1,5 +1,7 @@ @@ -188,25 +328,41 @@ const handle_sms_verify = (e: string[]) => { - + @@ -293,4 +591,4 @@ const handle_sms_verify = (e: string[]) => { .pin-label { @apply block text-sm font-medium text-gray-700 dark:text-gray-200 after:content-['*'] after:ms-0.5 after:text-red-500 dark:after:text-red-400; } - \ No newline at end of file +