feat: 收敛玩法运行时配置并加入故障恢复

This commit is contained in:
2026-04-01 13:04:26 +08:00
parent 1635a11780
commit 3ef841ecc7
73 changed files with 8820 additions and 2122 deletions

View File

@@ -5,7 +5,12 @@
"scripts": {
"typecheck": "tsc --noEmit -p tsconfig.json",
"typecheck:watch": "tsc --noEmit -p tsconfig.json --watch",
"mock-gps-sim": "node tools/mock-gps-sim/server.js"
"test:runtime-smoke": "tsc -p tsconfig.runtime-smoke.json && node .tmp-runtime-smoke/tools/runtime-smoke-test.js",
"mock-gps-sim": "node tools/mock-gps-sim/server.js",
"publish:config": "powershell -ExecutionPolicy Bypass -File ./publish-event-config.ps1 all",
"publish:config:classic": "powershell -ExecutionPolicy Bypass -File ./publish-event-config.ps1 classic-sequential",
"publish:config:score-o": "powershell -ExecutionPolicy Bypass -File ./publish-event-config.ps1 score-o",
"publish:config:dry-run": "powershell -ExecutionPolicy Bypass -File ./publish-event-config.ps1 all -DryRun"
},
"keywords": [],
"author": "",