## 声明 ## 项目结构解析 ``` | ├─ main // 系统入口 │ ├─ exchanges // 交易所层(网络层) │ ├─ standard // 标准化层(中间件) │ └─ strategy // 策略层(主逻辑、风控等) ```