feat: implement PolyWeather dashboard with map UI, data collection, analysis, and comprehensive documentation.

This commit is contained in:
2569718930@qq.com
2026-03-10 09:02:56 +08:00
parent aab4477ab3
commit 396c373cba
18 changed files with 2398 additions and 634 deletions
+3 -2
View File
@@ -160,9 +160,10 @@
- `primary_market`
- `selected_condition_id`
- `yes_token` / `no_token`
- `yes_buy` / `yes_sell` / `no_buy` / `no_sell`
- `yes_buy` / `yes_sell` / `no_buy` / `no_sell` / `model_probability`
- `market_price`(优先 midpoint
- `edge_percent``(model_probability - market_price) * 100`
- `temperature_bucket` / `top_buckets` (结算温度桶及市场概率)
- `signal_label``BUY YES` / `BUY NO` / `MONITOR`
- `websocket.asset_ids` / `websocket.condition_ids`(仅用于订阅标识,P0 不下单)
@@ -249,4 +250,4 @@
---
**最后更新**: 2026-03-09
**最后更新**: 2026-03-10