fix: 前端请求头增加浏览器指纹

This commit is contained in:
Gsh
2025-06-28 18:44:10 +08:00
parent 1d7a2013e3
commit 5383d2d40e
3 changed files with 96 additions and 39 deletions

View File

@@ -30,6 +30,7 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@fingerprintjs/fingerprintjs": "^3.4.2",
"@floating-ui/core": "^1.7.1",
"@floating-ui/dom": "^1.7.1",
"@floating-ui/vue": "^1.1.6",
@@ -37,6 +38,7 @@
"@vueuse/core": "^13.3.0",
"@vueuse/integrations": "^13.3.0",
"element-plus": "^2.9.11",
"fingerprintjs": "^0.5.3",
"hook-fetch": "^1.1.3",
"nprogress": "^0.2.0",
"pinia": "^3.0.3",
@@ -52,6 +54,7 @@
"@antfu/eslint-config": "^4.13.3",
"@changesets/cli": "^2.29.4",
"@commitlint/config-conventional": "^19.8.1",
"@types/fingerprintjs__fingerprintjs": "^3.0.2",
"@vitejs/plugin-vue": "^5.2.4",
"@vue/tsconfig": "^0.7.0",
"commitlint": "^19.8.1",