feat: Implement PolyWeather web map API backend and integrate new frontend dashboard components for city weather details.
This commit is contained in:
+14
-14
@@ -22,20 +22,20 @@
|
||||
```mermaid
|
||||
mindmap
|
||||
root((PolyWeather API))
|
||||
城市列表
|
||||
[GET /api/cities]
|
||||
城市主数据
|
||||
[GET /api/city/:name]
|
||||
[GET /api/city/:name/summary]
|
||||
[GET /api/city/:name/detail]
|
||||
历史数据
|
||||
[GET /api/history/:name]
|
||||
关键对象
|
||||
current
|
||||
forecast
|
||||
[probabilities (mu + distribution)]
|
||||
[multi_model / multi_model_daily]
|
||||
[market_scan (P0 只读)]
|
||||
"城市列表"
|
||||
"GET /api/cities"
|
||||
"城市主数据"
|
||||
"GET /api/city/{name}"
|
||||
"GET /api/city/{name}/summary"
|
||||
"GET /api/city/{name}/detail"
|
||||
"历史数据"
|
||||
"GET /api/history/{name}"
|
||||
"关键对象"
|
||||
"current"
|
||||
"forecast"
|
||||
"probabilities (mu + distribution)"
|
||||
"multi_model / multi_model_daily"
|
||||
"market_scan (P0 只读)"
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user