feat: 忘记密码增设局部焦点提示及发信成功30秒防刷置灰倒计时锁

This commit is contained in:
pllx
2026-07-01 11:16:09 +08:00
parent 94236e25eb
commit 563ac99348
2 changed files with 50 additions and 8 deletions
+2 -2
View File
@@ -295,12 +295,11 @@
<div class="eyebrow">PASSWORD RECOVERY</div>
<h1 id="recovery-title">忘记密码</h1>
<div id="alert-box" class="alert" aria-live="polite"></div>
<!-- ================== 步骤一:检测账号昵称 ================== -->
<div id="step-detect" class="step-panel">
<p class="lead">请输入您的聊天室用户昵称,小助手将智能查询并为您提供最安全的重置方案。</p>
<form id="account-detect-form" action="{{ route('password.check_account') }}">
<div id="alert-detect" class="alert" aria-live="polite"></div>
<label for="username">账号昵称</label>
<input
id="username"
@@ -355,6 +354,7 @@
<div id="masked-email-hint" style="margin-bottom: 14px; font-size: 13.5px; color: var(--gold); font-weight: bold; line-height: 1.6; padding: 10px; border: 1px dashed rgba(198,163,91,0.3); background: rgba(198,163,91,0.02);"></div>
<form id="password-recovery-form" data-password-email-url="{{ route('password.email') }}">
<div id="alert-email" class="alert" aria-live="polite"></div>
<label for="email">二次安全确认:请输入绑定的完整邮箱</label>
<input
id="email"