feat(web): 增加代码混淆

This commit is contained in:
v-zhangjc9
2025-06-04 19:19:37 +08:00
parent 577834568b
commit 8b4827b164
3 changed files with 526 additions and 2 deletions

View File

@@ -35,6 +35,7 @@
"sass": "^1.89.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.33.0",
"vite": "^6.3.5"
"vite": "^6.3.5",
"vite-plugin-javascript-obfuscator": "^3.1.0"
}
}