Skip to content

Commit

Permalink
chore: 更新注释
Browse files Browse the repository at this point in the history
  • Loading branch information
action-hong committed Jan 9, 2025
1 parent a7eb289 commit 6707a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/statusbar/Profit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export class ProfitStatusBar {

if (forex) {
if (forex.spotSellPrice) {
// 按折算价算汇率
// 按现汇卖出价计算
incomeTodayCNY = (forex.spotSellPrice * Number(incomeToday) / 100).toFixed(2);
incomeTotalCNY = (forex.spotSellPrice * Number(incomeTotal) / 100).toFixed(2);
}
Expand Down

0 comments on commit 6707a25

Please sign in to comment.