fix(frontend): use uuid v4 instead of crypto.randomUUID

This commit is contained in:
2025-08-25 14:45:12 +08:00
parent 931eb1160c
commit 3c8d2dab7e
2 changed files with 6 additions and 4 deletions

View File

@@ -18,6 +18,7 @@
,"marked": "^6.0.0",
"dompurify": "^3.0.0",
"highlight.js": "^11.8.0"
,"uuid": "^9.0.0"
},
"devDependencies": {
"@types/node": "^24.3.0",