From 6e21d4543d0dbd8d0ad747b01f0557d97f0f5f95 Mon Sep 17 00:00:00 2001 From: npmrun <1549469775@qq.com> Date: Thu, 21 May 2026 20:52:05 +0800 Subject: [PATCH] Refactor Bento section layout and styles for improved editorial rhythm and responsiveness; enhance interlude and dark wall sections with new design elements and spacing adjustments. --- app/pages/auth/index.vue | 902 ++++++++++++++++++++++++++-------------------- app/pages/index/index.vue | 605 +++++++++++++++++++++++++------ 2 files changed, 995 insertions(+), 512 deletions(-) diff --git a/app/pages/auth/index.vue b/app/pages/auth/index.vue index 17d5645..13e0865 100644 --- a/app/pages/auth/index.vue +++ b/app/pages/auth/index.vue @@ -3,7 +3,7 @@ const route = useRoute() const activeTab = ref<'login' | 'register'>(route.query.tab === 'register' ? 'register' : 'login') const loginForm = reactive({ - email: '', + username: '', password: '', }) @@ -25,208 +25,188 @@ function handleRegister() {