diff --git a/web/src/components/auth/LoginForm.js b/web/src/components/auth/LoginForm.js index 9b67a806..988be4a2 100644 --- a/web/src/components/auth/LoginForm.js +++ b/web/src/components/auth/LoginForm.js @@ -501,8 +501,11 @@ const LoginForm = () => { }; return ( -
-
+
+ {/* 背景模糊晕染球 */} +
+
+
{showEmailLogin || !(status.github_oauth || status.oidc_enabled || status.wechat_login || status.linuxdo_oauth || status.telegram_oauth) ? renderEmailLoginForm() : renderOAuthOptions()} diff --git a/web/src/components/auth/PasswordResetConfirm.js b/web/src/components/auth/PasswordResetConfirm.js index 85edd89e..e7809298 100644 --- a/web/src/components/auth/PasswordResetConfirm.js +++ b/web/src/components/auth/PasswordResetConfirm.js @@ -78,8 +78,11 @@ const PasswordResetConfirm = () => { } return ( -
-
+
+ {/* 背景模糊晕染球 */} +
+
+
diff --git a/web/src/components/auth/PasswordResetForm.js b/web/src/components/auth/PasswordResetForm.js index 734d24fd..9a782117 100644 --- a/web/src/components/auth/PasswordResetForm.js +++ b/web/src/components/auth/PasswordResetForm.js @@ -78,8 +78,11 @@ const PasswordResetForm = () => { } return ( -
-
+
+ {/* 背景模糊晕染球 */} +
+
+
diff --git a/web/src/components/auth/RegisterForm.js b/web/src/components/auth/RegisterForm.js index d1e041ce..00cc98fc 100644 --- a/web/src/components/auth/RegisterForm.js +++ b/web/src/components/auth/RegisterForm.js @@ -542,8 +542,11 @@ const RegisterForm = () => { }; return ( -
-
+
+ {/* 背景模糊晕染球 */} +
+
+
{showEmailRegister || !(status.github_oauth || status.oidc_enabled || status.wechat_login || status.linuxdo_oauth || status.telegram_oauth) ? renderEmailRegisterForm() : renderOAuthOptions()} diff --git a/web/src/pages/Home/index.js b/web/src/pages/Home/index.js index 52d6bb9a..c91e19f7 100644 --- a/web/src/pages/Home/index.js +++ b/web/src/pages/Home/index.js @@ -104,7 +104,7 @@ const Home = () => {
{/* Banner 部分 */}
- {/* 背景模糊晕染球*/} + {/* 背景模糊晕染球 */}