Autosave: 20260219-073456
This commit is contained in:
parent
de14bba08e
commit
f48e424e36
BIN
assets/pasted-20260219-072522-4257820e.png
Normal file
BIN
assets/pasted-20260219-072522-4257820e.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
BIN
assets/pasted-20260219-073137-d051a6ad.png
Normal file
BIN
assets/pasted-20260219-073137-d051a6ad.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.7 KiB |
@ -359,6 +359,7 @@ $translations = [
|
|||||||
'buy_down' => '看跌',
|
'buy_down' => '看跌',
|
||||||
'expected_profit' => '预期收益',
|
'expected_profit' => '预期收益',
|
||||||
'purchase_amount' => '买入金额',
|
'purchase_amount' => '买入金额',
|
||||||
|
'cycle' => '周期',
|
||||||
'cycle_settlement' => '周期结算',
|
'cycle_settlement' => '周期结算',
|
||||||
'available_balance' => '可用余额',
|
'available_balance' => '可用余额',
|
||||||
'balance' => '余额',
|
'balance' => '余额',
|
||||||
@ -867,6 +868,7 @@ $translations = [
|
|||||||
'buy_down' => 'Buy Down',
|
'buy_down' => 'Buy Down',
|
||||||
'expected_profit' => 'Expected Profit',
|
'expected_profit' => 'Expected Profit',
|
||||||
'purchase_amount' => 'Amount',
|
'purchase_amount' => 'Amount',
|
||||||
|
'cycle' => 'Cycle',
|
||||||
'cycle_settlement' => 'Cycle',
|
'cycle_settlement' => 'Cycle',
|
||||||
'available_balance' => 'Available',
|
'available_balance' => 'Available',
|
||||||
'balance' => 'Balance',
|
'balance' => 'Balance',
|
||||||
|
|||||||
@ -1107,7 +1107,7 @@ function renderTerminal($activeTab = 'spot') {
|
|||||||
}
|
}
|
||||||
|
|
||||||
tr.innerHTML = `
|
tr.innerHTML = `
|
||||||
<td class="ps-3 py-3 text-muted" style="font-size: 11px;">${row.time}</td>
|
<td class="ps-3 py-3 text-white" style="font-size: 11px;">${row.time}</td>
|
||||||
<td class="py-3 fw-bold text-white">${row.pair}</td>
|
<td class="py-3 fw-bold text-white">${row.pair}</td>
|
||||||
<td class="py-3"><span class="small bg-secondary bg-opacity-25 px-1 rounded">${row.type}</span></td>
|
<td class="py-3"><span class="small bg-secondary bg-opacity-25 px-1 rounded">${row.type}</span></td>
|
||||||
<td class="py-3 ${isUp ? 'text-success' : 'text-danger'}">
|
<td class="py-3 ${isUp ? 'text-success' : 'text-danger'}">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user