修复币安交易记录

This commit is contained in:
dekun
2026-05-19 17:58:32 +08:00
parent 5a2e66c038
commit e4ea51d45c
3 changed files with 87 additions and 7 deletions
+1 -1
View File
@@ -1018,7 +1018,7 @@ function syncExchangePnl(force){
}
document.getElementById("btn-sync-exchange-pnl")?.addEventListener("click", function(){
if(confirm("从 Binance 流水回填盈亏(含手续费)?将覆盖未复盘记录的展示盈亏。")){
if(confirm("从 Binance 成交/流水回填盈亏(与 App 仓位历史口径一致,不含资金费)?将覆盖未复盘记录的展示盈亏。")){
syncExchangePnl(true);
}
});