guangzhou_logistics/ ├── app.py # Flask Web服务器,提供API接口 ├── simulator.py # 核心模拟器(车辆、任务、调度逻辑) ├── main.py # 命令行版本入口 ├── demo.py # 演示版本 ├── requirements.txt # Python依赖列表 ├── templates/ │ └── index.html # ...