Skip to content

Commit

Permalink
feat(captcha): add hash pow captcha
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Nov 19, 2024
1 parent 5c5a7ca commit 8ea6211
Show file tree
Hide file tree
Showing 22 changed files with 774 additions and 275 deletions.
31 changes: 0 additions & 31 deletions src/GZCTF.Test/AccountTest.cs

This file was deleted.

11 changes: 0 additions & 11 deletions src/GZCTF.Test/TestWebAppFactory.cs

This file was deleted.

14 changes: 7 additions & 7 deletions src/GZCTF/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@mantine/hooks": "^7.14.1",
"@mantine/modals": "^7.14.1",
"@mantine/notifications": "^7.14.1",
"@marsidev/react-turnstile": "^1.0.2",
"@marsidev/react-turnstile": "^1.1.0",
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@microsoft/signalr": "^8.0.7",
Expand All @@ -36,7 +36,7 @@
"embla-carousel": "^8.4.0",
"embla-carousel-autoplay": "^8.4.0",
"embla-carousel-react": "^8.4.0",
"i18next": "^23.16.5",
"i18next": "^23.16.6",
"i18next-browser-languagedetector": "^8.0.0",
"katex": "^0.16.11",
"lz-string": "^1.5.0",
Expand Down Expand Up @@ -64,12 +64,12 @@
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/chroma-js": "^2.4.4",
"@types/katex": "^0.16.7",
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"@types/prismjs": "^1.26.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@vitejs/plugin-react": "^4.3.3",
"axios": "^1.7.7",
"babel-plugin-prismjs": "^2.1.0",
Expand All @@ -86,14 +86,14 @@
"postcss-simple-vars": "^7.0.1",
"prettier": "~3.3.3",
"prettier-plugin-sort-json": "^4.0.0",
"rollup": "^4.27.2",
"rollup": "^4.27.3",
"swagger-typescript-api": "^13.0.23",
"tslib": "^2.8.1",
"typescript": "5.6.3",
"vite": "^5.4.11",
"vite-plugin-pages": "^0.32.3",
"vite-plugin-prismjs": "^0.0.11",
"vite-plugin-webfont-dl": "^3.9.5",
"vite-plugin-webfont-dl": "^3.10.1",
"vite-tsconfig-paths": "^5.1.2"
},
"pnpm": {
Expand Down
Loading

0 comments on commit 8ea6211

Please sign in to comment.