发布 v1.7.0:市场监控面板、天气日报、后台重写、新数据源、LGBM 移除

Constraint: CHANGELOG 覆盖 v1.6.0 以来 ~340 个提交
Confidence: high
Tested: git diff --stat 11 files, sync_version.py 通过
This commit is contained in:
2569718930@qq.com
2026-05-23 20:30:46 +08:00
parent 6cbc56ac5a
commit 219fda39d9
11 changed files with 59 additions and 22 deletions
-6
View File
@@ -18,18 +18,12 @@ TEXT_REPLACEMENTS = {
ROOT / "README_ZH.md": [
(r"- 版本:`v[\d.]+`", f"- 版本:`{DISPLAY_VERSION}`"),
],
ROOT / "FRONTEND_REDESIGN_REPORT.md": [
(r"前端交付与重构报告(v[\d.]+", f"前端交付与重构报告({DISPLAY_VERSION}"),
],
ROOT / "docs" / "API_ZH.md": [
(r"PolyWeather API 文档(v[\d.]+", f"PolyWeather API 文档({DISPLAY_VERSION}"),
],
ROOT / "docs" / "SUPABASE_SETUP_ZH.md": [
(r"Supabase \+ 登录 \+ 支付接入说明(v[\d.]+", f"Supabase + 登录 + 支付接入说明({DISPLAY_VERSION}"),
],
ROOT / "docs" / "TECH_DEBT.md": [
(r"技术债与工程待办(v[\d.]+", f"技术债与工程待办({DISPLAY_VERSION}"),
],
ROOT / "docs" / "TECH_DEBT_ZH.md": [
(r"技术债与工程待办(v[\d.]+", f"技术债与工程待办({DISPLAY_VERSION}"),
],