From c582015163b6380acd3299b6a58cd146b74017f6 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Thu, 12 Mar 2026 11:01:40 +0800 Subject: [PATCH] chore: release v1.3 --- README.md | 2 +- README_ZH.md | 2 +- docs/API_ZH.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bea37437..f15be849 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,6 @@ docker compose logs -f polyweather | egrep "market not tradable|trade alert push ## Status -- Version: `v1.4` +- Version: `v1.3` - Last Updated: `2026-03-12` - Runtime: Stable (web + bot + market read-only layer in production) diff --git a/README_ZH.md b/README_ZH.md index 91061ba9..9d42f085 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -181,6 +181,6 @@ docker compose logs -f polyweather | egrep "market not tradable|trade alert push ## 当前状态 -- 版本:`v1.4` +- 版本:`v1.3` - 最后更新:`2026-03-12` - 状态:稳定运行(Web + Bot + 市场只读层) diff --git a/docs/API_ZH.md b/docs/API_ZH.md index e934f16a..e295940a 100644 --- a/docs/API_ZH.md +++ b/docs/API_ZH.md @@ -1,4 +1,4 @@ -# PolyWeather API 文档(v1.4) +# PolyWeather API 文档(v1.3) 本文档描述当前后端真实可用接口(`web/app.py`)。 前端一般通过 Next.js BFF 路由代理访问这些接口。