feat: crypto.randomUUID 替换为 uuid

This commit is contained in:
hzm
2026-03-04 10:21:33 +08:00
parent c9038757dd
commit c65f2b8ab1
4 changed files with 25 additions and 6 deletions

View File

@@ -27,7 +27,8 @@
"react": "18.3.1",
"react-chartjs-2": "^5.3.1",
"react-dom": "18.3.1",
"tesseract.js": "^5.1.1"
"tesseract.js": "^5.1.1",
"uuid": "^13.0.0"
},
"engines": {
"node": ">=20.9.0"