Initialize web-test frontend

This commit is contained in:
moriy
2026-04-28 17:24:58 +08:00
commit 6074a5739d
15 changed files with 3037 additions and 0 deletions

15
web-test/README.md Normal file
View File

@@ -0,0 +1,15 @@
# Cesium Web Test
This frontend is the local Cesium test client.
- Direct dependency: `cesium`
- Dev server: `vite`
- Local simulation service integration
- Trajectory rendering and playback
- ArcRotate camera around the aircraft
Run:
```powershell
npm.cmd run web:dev
```