修复币安交易记录

This commit is contained in:
dekun
2026-05-19 18:25:21 +08:00
parent c365a89c47
commit a95ee401bc
4 changed files with 538 additions and 50 deletions
+1 -1
View File
@@ -1018,7 +1018,7 @@ function syncExchangePnl(force){
}
document.getElementById("btn-sync-exchange-pnl")?.addEventListener("click", function(){
if(confirm("从 Binance 成交/流水回填盈亏( App 仓位历史口径一致,不含资金费)?将覆盖未复盘记录的展示盈亏。")){
if(confirm("从成交重建已平仓位并回填盈亏(对齐 App 仓位历史,目标误差≤0.05U)?将覆盖未复盘记录的展示盈亏。")){
syncExchangePnl(true);
}
});