Add mock GPS simulator and configurable location sources

This commit is contained in:
2026-03-24 14:24:53 +08:00
parent 0295893b56
commit 2cf0bb76b4
16 changed files with 2575 additions and 122 deletions

View File

@@ -4,11 +4,15 @@
"description": "",
"scripts": {
"typecheck": "tsc --noEmit -p tsconfig.json",
"typecheck:watch": "tsc --noEmit -p tsconfig.json --watch"
"typecheck:watch": "tsc --noEmit -p tsconfig.json --watch",
"mock-gps-sim": "node tools/mock-gps-sim/server.js"
},
"keywords": [],
"author": "",
"license": "",
"dependencies": {
"ws": "^8.18.3"
},
"devDependencies": {
"miniprogram-api-typings": "^2.8.3-1",
"typescript": "^5.9.3"