From 3840f6d96dc3e0ddfee98a0b1151bd299d6847d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5?= Date: Thu, 17 Jul 2025 15:20:04 +0800 Subject: [PATCH] update login --- en/docs/login/index.md | 218 ++++++++++++++++++++++++++++++++++++++--- zh/docs/login/index.md | 202 ++++++++++++++++++++++++++++++++++++-- 2 files changed, 396 insertions(+), 24 deletions(-) diff --git a/en/docs/login/index.md b/en/docs/login/index.md index f6963a5..f675271 100644 --- a/en/docs/login/index.md +++ b/en/docs/login/index.md @@ -138,6 +138,22 @@ title: Login & Register background-color: #2980b9; } +/* Forgot password link styles */ +.forgot-password-link { + display: block; + text-align: center; + margin-top: 15px; + color: #3498db; + text-decoration: none; + font-size: 14px; + transition: color 0.3s ease; +} + +.forgot-password-link:hover { + color: #2980b9; + text-decoration: underline; +} + /* Message prompt styles */ .message-box { display: none; @@ -167,7 +183,7 @@ title: Login & Register
-

Phaten Cloud Login/Register

+

Phaten Login/Register

@@ -186,6 +202,7 @@ title: Login & Register + Forgot Password?
@@ -202,6 +219,21 @@ title: Login & Register
+ + +
+ +