feat(map): sync station list with viewport
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "lingniu-truck-map",
|
||||
"version": "1.0.0",
|
||||
"description": "羚牛氢能 - 全国氢能物流运营驾驶舱 (Apple Design Spec)",
|
||||
"main": "index.html",
|
||||
"scripts": {
|
||||
"start": "python3 server.py",
|
||||
"dev": "VEHICLE_MAP_PORT=20800 python3 server.py",
|
||||
"test": "python3 -m unittest discover -s tests -v && node tests/test_app.mjs"
|
||||
},
|
||||
"keywords": [
|
||||
"lingniu",
|
||||
"hydrogen",
|
||||
"map",
|
||||
"cockpit"
|
||||
],
|
||||
"author": "Antigravity",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"pinyin-pro": "3.28.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user