v1.0.3修复优化

This commit is contained in:
2026-05-06 16:54:07 +08:00
parent b46de0328c
commit dec5f8c4d4
3 changed files with 540 additions and 120 deletions

View File

@@ -8,6 +8,7 @@
<path d="M8 16v2M16 16v2M12 16v3"/>
</svg>
<h1>AI Chat</h1>
<p class="login-subtitle">登录你的 AI 对话平台</p>
</div>
<div id="loginError" class="alert alert-error" style="display:none;"></div>
<form id="loginForm">
@@ -19,7 +20,7 @@
<label for="password">密码</label>
<input type="password" id="password" name="password" required autocomplete="current-password" placeholder="请输入密码">
</div>
<button type="submit" class="btn btn-primary btn-block" id="loginBtn">登录</button>
<button type="submit" class="btn btn-primary btn-block" id="loginBtn" style="margin-top:8px;">登录</button>
</form>
</div>
</div>