feat: add risk review phase

This commit is contained in:
hectorzhao
2026-07-01 13:29:24 +08:00
parent ee926fea04
commit 56f835a00f
10 changed files with 743 additions and 2 deletions
+2 -1
View File
@@ -16,7 +16,8 @@
"verify:phase2": "npm run verify:phase1",
"verify:phase3": "npm run verify:phase2",
"verify:phase4": "npm run verify:phase3",
"verify:phase5": "npm run verify:phase4"
"verify:phase5": "npm run verify:phase4",
"verify:phase6": "npm run verify:phase5"
},
"dependencies": {
"@vitejs/plugin-react": "^6.0.2",