fix:优化当前的项目
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>{{ app_name }} - 登录注册</title>
|
||||
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg?v=20260428h" />
|
||||
<link rel="stylesheet" href="/static/style.css?v=20260428h" />
|
||||
<link rel="stylesheet" href="/static/style.css?v=20260428o" />
|
||||
</head>
|
||||
<body class="simple-page auth-page">
|
||||
<main class="auth-shell">
|
||||
@@ -66,11 +66,19 @@
|
||||
<div class="auth-form">
|
||||
<div>
|
||||
<label>用户名</label>
|
||||
<input id="username" type="text" placeholder="请输入用户名" autocomplete="username" />
|
||||
<input id="username" type="text" placeholder="4-24 位,字母数字下划线" autocomplete="username" />
|
||||
</div>
|
||||
<div>
|
||||
<label>密码</label>
|
||||
<input id="password" type="password" placeholder="请输入密码(至少 6 位)" autocomplete="current-password" />
|
||||
<input id="password" type="password" placeholder="10-64 位,含大小写/数字/特殊字符" autocomplete="current-password" />
|
||||
</div>
|
||||
<div>
|
||||
<label id="challengeLabel">人机校验</label>
|
||||
<div class="cover-tools">
|
||||
<input id="challengeAnswer" type="text" placeholder="请输入答案" autocomplete="off" />
|
||||
<button id="refreshChallengeBtn" class="subtle-btn" type="button">刷新题目</button>
|
||||
</div>
|
||||
<input id="botTrap" type="text" tabindex="-1" autocomplete="off" style="position:absolute;left:-9999px;opacity:0;" />
|
||||
</div>
|
||||
<div class="check-row">
|
||||
<label class="check-label">
|
||||
@@ -94,6 +102,7 @@
|
||||
<script>
|
||||
window.__NEXT_PATH__ = {{ next|tojson }};
|
||||
</script>
|
||||
<script src="/static/auth.js?v=20260410a"></script>
|
||||
<script src="/static/ui-dialog.js?v=20260428a"></script>
|
||||
<script src="/static/auth.js?v=20260428l"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user