v1.0.2修复优化
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
<div class="login-container">
|
||||
<div class="login-card">
|
||||
<h1>🤖 AI Chat</h1>
|
||||
<div class="login-logo">
|
||||
<svg class="logo-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect x="3" y="4" width="18" height="12" rx="3"/>
|
||||
<circle cx="9" cy="10" r="1.5" fill="currentColor" stroke="none"/>
|
||||
<circle cx="15" cy="10" r="1.5" fill="currentColor" stroke="none"/>
|
||||
<path d="M8 16v2M16 16v2M12 16v3"/>
|
||||
</svg>
|
||||
<h1>AI Chat</h1>
|
||||
</div>
|
||||
<div id="loginError" class="alert alert-error" style="display:none;"></div>
|
||||
<form id="loginForm">
|
||||
<div class="form-group">
|
||||
|
||||
Reference in New Issue
Block a user