From f97bd5b9d950e8b7fbfb34227cef115d78d6b0fd Mon Sep 17 00:00:00 2001 From: WrBug Date: Fri, 2 Jan 2026 00:25:43 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20v1.1.2=20=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E8=AF=B4=E6=98=8E=EF=BC=8C=E6=B7=BB=E5=8A=A0=E5=89=8D?= =?UTF-8?q?=E7=AB=AF=E7=BC=96=E8=AF=91=E9=94=99=E8=AF=AF=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RELEASE.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index b5afb6c..4710932 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -46,6 +46,10 @@ - `failed_trade` 表的删除通过 V16 migration 处理 - 确保已有数据库的 migration checksum 保持一致 +### 修复前端编译错误 +- 修复 `PositionList.tsx` 中引用不存在的 `bestBid` 属性导致的编译错误 +- 使用 `currentPrice` 替代 `bestBid`,确保前端代码可以正常编译 + ## 📚 文档更新 - 新增智能资金分析文档(`docs/zh/smart-money-analysis.md`) @@ -72,9 +76,9 @@ ## 📊 统计信息 -- **文件变更**: 28 个文件 -- **代码变更**: +1595 行 / -678 行 -- **主要提交**: 7 个提交 +- **文件变更**: 29 个文件 +- **代码变更**: +1597 行 / -678 行 +- **主要提交**: 8 个提交 ## ⚠️ 重要提醒