feat: add native road quality check

This commit is contained in:
2026-08-14 10:18:08 +08:00
parent a556c0fc97
commit 25287777f6
3 changed files with 46 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
"diagnose:area": "node scripts/diagnose-area.js",
"preflight:area": "node scripts/preflight-area.js",
"road:compile": "node scripts/compile-native-roads.js",
"road:check": "node scripts/check-native-roads.js",
"road:workbench": "node scripts/road-workbench.js",
"test:native-road": "node scripts/test-native-road.js",
"test:preflight": "node scripts/test-area-preflight.js",