feat(mileage): add daily operations report

This commit is contained in:
kkfluous
2026-08-12 23:05:07 +08:00
parent 17c839a35e
commit bd0627d00f
19 changed files with 2320 additions and 149 deletions
+2 -1
View File
@@ -9,7 +9,8 @@
"dev:client": "vite --port=3000 --host=0.0.0.0",
"build": "vite build",
"start": "node --import tsx src/server/index.ts",
"lint": "tsc --noEmit"
"lint": "tsc --noEmit",
"test:mileage-report": "node --import tsx --test src/server/routes/mileage/daily-report-model.test.ts"
},
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",