docs: Add Chinese API documentation and a commercialization roadmap, alongside minor formatting updates to the main README.
This commit is contained in:
+14
-14
@@ -23,32 +23,32 @@
|
||||
mindmap
|
||||
root((PolyWeather API))
|
||||
城市列表
|
||||
GET /api/cities
|
||||
"GET /api/cities"
|
||||
城市主数据
|
||||
GET /api/city/{name}
|
||||
GET /api/city/{name}/summary
|
||||
GET /api/city/{name}/detail
|
||||
"GET /api/city/{name}"
|
||||
"GET /api/city/{name}/summary"
|
||||
"GET /api/city/{name}/detail"
|
||||
历史数据
|
||||
GET /api/history/{name}
|
||||
"GET /api/history/{name}"
|
||||
关键对象
|
||||
current
|
||||
forecast
|
||||
probabilities(mu + distribution)
|
||||
"probabilities(mu + distribution)"
|
||||
multi_model / multi_model_daily
|
||||
market_scan(P0 只读)
|
||||
"market_scan(P0 只读)"
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 3. 接口总览
|
||||
|
||||
| 接口 | 方法 | 用途 |
|
||||
| :-- | :-- | :-- |
|
||||
| `/api/cities` | GET | 城市清单与地图基础信息 |
|
||||
| `/api/city/{name}` | GET | 城市主分析数据(侧栏/今日分析主来源) |
|
||||
| `/api/city/{name}/summary` | GET | 轻量摘要(首屏预热/低开销更新) |
|
||||
| `/api/city/{name}/detail` | GET | 聚合详情 + Polymarket P0 只读市场层 |
|
||||
| `/api/history/{name}` | GET | 历史对账数据 |
|
||||
| 接口 | 方法 | 用途 |
|
||||
| :------------------------- | :--- | :------------------------------------ |
|
||||
| `/api/cities` | GET | 城市清单与地图基础信息 |
|
||||
| `/api/city/{name}` | GET | 城市主分析数据(侧栏/今日分析主来源) |
|
||||
| `/api/city/{name}/summary` | GET | 轻量摘要(首屏预热/低开销更新) |
|
||||
| `/api/city/{name}/detail` | GET | 聚合详情 + Polymarket P0 只读市场层 |
|
||||
| `/api/history/{name}` | GET | 历史对账数据 |
|
||||
|
||||
---
|
||||
|
||||
|
||||
+13
-13
@@ -29,8 +29,8 @@ mindmap
|
||||
Dashboard 5 USD
|
||||
Bundle 5.5 USD
|
||||
Access Control
|
||||
Manual activation(P1)
|
||||
Wallet/USDC detection(P2)
|
||||
"Manual activation(P1)"
|
||||
"Wallet/USDC detection(P2)"
|
||||
Entitlement middleware
|
||||
Growth
|
||||
Accuracy reports
|
||||
@@ -42,11 +42,11 @@ mindmap
|
||||
|
||||
## 3. Packaging and Pricing
|
||||
|
||||
| Tier | Price | Value |
|
||||
| :-- | :-- | :-- |
|
||||
| Telegram Channel | $1 / month | Low-noise proactive signal feed |
|
||||
| Web Dashboard | $5 / month | Full multi-model context + reconciliation |
|
||||
| VIP Bundle | $5.5 / month | Dashboard + signal stream |
|
||||
| Tier | Price | Value |
|
||||
| :--------------- | :----------- | :---------------------------------------- |
|
||||
| Telegram Channel | $1 / month | Low-noise proactive signal feed |
|
||||
| Web Dashboard | $5 / month | Full multi-model context + reconciliation |
|
||||
| VIP Bundle | $5.5 / month | Dashboard + signal stream |
|
||||
|
||||
Payment direction:
|
||||
|
||||
@@ -85,12 +85,12 @@ graph LR
|
||||
|
||||
## 5. Technical Dependencies for Revenue
|
||||
|
||||
| Dependency | Why it matters |
|
||||
| :-- | :-- |
|
||||
| Entitlement guard | Prevents unpaid dashboard/API access |
|
||||
| Subscriber store | Persistent paid user state |
|
||||
| Audit trail | Explains why each alert fired |
|
||||
| Observability | Detects degradation before churn |
|
||||
| Dependency | Why it matters |
|
||||
| :------------------- | :--------------------------------------------------------------- |
|
||||
| Entitlement guard | Prevents unpaid dashboard/API access |
|
||||
| Subscriber store | Persistent paid user state |
|
||||
| Audit trail | Explains why each alert fired |
|
||||
| Observability | Detects degradation before churn |
|
||||
| Frontend performance | Impacts conversion and retention (Speed Insights now integrated) |
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user