支持登录验证码

This commit is contained in:
maojindao55
2025-07-18 18:35:41 +08:00
parent c380e7f3d1
commit 85140d8216
12 changed files with 557 additions and 48 deletions

22
package-lock.json generated
View File

@@ -24,6 +24,7 @@
"clsx": "^2.1.1",
"dom-to-image": "^2.6.0",
"dom-to-image-more": "^3.5.0",
"go-captcha-react": "^1.0.4",
"html2canvas": "^1.4.1",
"katex": "^0.16.21",
"lucide-react": "^0.263.1",
@@ -3124,6 +3125,12 @@
"url": "https://polar.sh/cva"
}
},
"node_modules/classnames": {
"version": "2.5.1",
"resolved": "https://registry.npmmirror.com/classnames/-/classnames-2.5.1.tgz",
"integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==",
"license": "MIT"
},
"node_modules/cli-cursor": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-4.0.0.tgz",
@@ -3930,6 +3937,21 @@
"node": "*"
}
},
"node_modules/go-captcha-react": {
"version": "1.0.4",
"resolved": "https://registry.npmmirror.com/go-captcha-react/-/go-captcha-react-1.0.4.tgz",
"integrity": "sha512-1pNUoFqU5bt+tAVwqENTT86c5ih3Usppz7oFo2CPcO13o/Pwj60crudwtYdo8BUOghkYvHGL8gNEMMJFNhO0gQ==",
"license": "MIT",
"dependencies": {
"classnames": "^2.5.1"
},
"engines": {
"node": ">=12"
},
"peerDependencies": {
"react": ">=16"
}
},
"node_modules/graceful-fs": {
"version": "4.2.11",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",