From 9c51f75404fc6427aa667379dfdc71ac069de11f Mon Sep 17 00:00:00 2001 From: xlsea Date: Mon, 1 Sep 2025 17:49:51 +0800 Subject: [PATCH] =?UTF-8?q?feat(projects):=20=E7=99=BB=E5=BD=95=E9=A1=B5?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=A3=85=E9=A5=B0=E7=82=B9=E7=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/custom/wave-bg.vue | 561 ++++++++++++++++++++++++++--- src/views/_builtin/login/index.vue | 2 + 2 files changed, 514 insertions(+), 49 deletions(-) diff --git a/src/components/custom/wave-bg.vue b/src/components/custom/wave-bg.vue index 1d63f2e6..bc58438c 100644 --- a/src/components/custom/wave-bg.vue +++ b/src/components/custom/wave-bg.vue @@ -1,61 +1,524 @@ + - + diff --git a/src/views/_builtin/login/index.vue b/src/views/_builtin/login/index.vue index b9b27796..a99e21cd 100644 --- a/src/views/_builtin/login/index.vue +++ b/src/views/_builtin/login/index.vue @@ -39,6 +39,7 @@ const activeModule = computed(() => moduleMap[props.module || 'pwd-login']);