From 55902aa8b6b3ab96b1d7e9cfb9a79d1448aa7c7d Mon Sep 17 00:00:00 2001 From: hubian <908234780@qq.com> Date: Mon, 27 Apr 2026 11:31:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E9=AA=8C=E8=AF=81?= =?UTF-8?q?=E7=A0=81=E5=8A=9F=E8=83=BD=EF=BC=88=E6=9A=82=E6=97=B6=E9=9A=90?= =?UTF-8?q?=E8=97=8F=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除验证码输入框和发送验证码按钮 - 移除验证码验证逻辑 - 保留手机号格式验证(11位中国手机号) - 保留手机号唯一性检查 - 注册字段:用户名、手机号(必填)、邮箱(可选)、密码 --- www/app.js | 95 ++------------------------------------------------ www/index.html | 6 ++-- 2 files changed, 5 insertions(+), 96 deletions(-) diff --git a/www/app.js b/www/app.js index 9606a3d..617ba04 100644 --- a/www/app.js +++ b/www/app.js @@ -1391,7 +1391,7 @@ function renderProfilePage() {
@@ -1562,14 +1562,7 @@ function showRegisterPage() {