feat: add operations acceptance phase

This commit is contained in:
hectorzhao
2026-07-01 13:46:54 +08:00
parent 27bb2d798a
commit 924457a48e
11 changed files with 692 additions and 2 deletions
+2 -1
View File
@@ -18,7 +18,8 @@
"verify:phase4": "npm run verify:phase3",
"verify:phase5": "npm run verify:phase4",
"verify:phase6": "npm run verify:phase5",
"verify:phase7": "npm run verify:phase6"
"verify:phase7": "npm run verify:phase6",
"verify:phase8": "npm run verify:phase7"
},
"dependencies": {
"@vitejs/plugin-react": "^6.0.2",