- 手机号输入(必填,11位中国手机号格式验证) - 验证码机制(模拟,6位随机码,5分钟有效期) - 发送验证码按钮(60秒倒计时) - 验证码输入框 - 邮箱输入(可选,格式验证) - 手机号唯一性检查(防止重复注册)
19 lines
660 B
HTML
19 lines
660 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
<meta name="theme-color" content="#667eea">
|
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
|
|
<meta http-equiv="Pragma" content="no-cache">
|
|
<meta http-equiv="Expires" content="0">
|
|
<title>AI助手</title>
|
|
<link rel="stylesheet" href="style.css?v=3.4.0">
|
|
<link rel="manifest" href="manifest.json">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="marked.min.js?v=3.4.0"></script>
|
|
<script src="app.js?v=3.4.0"></script>
|
|
</body>
|
|
</html> |