From 91b9ae7e2156e5ee95109f0dbff82bf4b230431b Mon Sep 17 00:00:00 2001 From: mini Date: Sun, 19 Apr 2026 21:27:23 +0800 Subject: [PATCH] feat(auth): LoginView with PURO narrative split layout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Left: ⬢ PURO AI brand + '5→1' headline + three-line value props - Right: existing form (OAuth, Turnstile, 2FA all preserved unchanged) - Heading changed from t('auth.welcomeBack') to '登录' — i18n key consolidation in Task 11 Co-Authored-By: Claude Opus 4.7 (1M context) --- frontend/src/views/auth/LoginView.vue | 73 ++++++++++++++++++++++++--- 1 file changed, 67 insertions(+), 6 deletions(-) diff --git a/frontend/src/views/auth/LoginView.vue b/frontend/src/views/auth/LoginView.vue index 70b64e3f..7d2f4a75 100644 --- a/frontend/src/views/auth/LoginView.vue +++ b/frontend/src/views/auth/LoginView.vue @@ -1,14 +1,28 @@