新增注册,找回密码功能页面

This commit is contained in:
fengerli
2025-09-17 16:05:50 +08:00
parent 48da6d0e1c
commit d8f281a891
9 changed files with 1051 additions and 49 deletions

6
package-lock.json generated
View File

@ -6,6 +6,7 @@
"": {
"dependencies": {
"axios": "^1.9.0",
"blueimp-md5": "^2.19.0",
"cordova-sqlite-storage": "^7.0.0",
"iconv-lite": "^0.6.3",
"mescroll-uni": "^1.3.7",
@ -29,6 +30,11 @@
"proxy-from-env": "^1.1.0"
}
},
"node_modules/blueimp-md5": {
"version": "2.19.0",
"resolved": "https://registry.npmjs.org/blueimp-md5/-/blueimp-md5-2.19.0.tgz",
"integrity": "sha512-DRQrD6gJyy8FbiE4s+bDoXS9hiW3Vbx5uCdwvcCf3zLHL+Iv7LtGHLpr+GZV8rHG8tK766FGYBwRbu8pELTt+w=="
},
"node_modules/call-bind-apply-helpers": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",