币本位隐藏 USDT↔USDC 兑换,持仓区与设置仅保留划转。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-08-20 15:45:11 +08:00
parent a257d7e369
commit 7ca31b74fb
5 changed files with 51 additions and 20 deletions
@@ -4,8 +4,15 @@
<input type="text" name="username" autocomplete="username" tabindex="-1" aria-hidden="true"
style="position:absolute;left:-9999px;width:1px;height:1px;opacity:0" value="">
<select id="opt-set-int-ccy" aria-label="币种" autocomplete="off">
{% set _mm = (options_margin_mode|default('coin'))|string|lower %}
{% if _mm == 'coin' %}
<option value="USDT" selected>USDT</option>
<option value="ETH">ETH</option>
<option value="BTC">BTC</option>
{% else %}
<option value="USDC" selected>USDC</option>
<option value="USDT">USDT</option>
{% endif %}
</select>
<select id="opt-set-int-from" aria-label="划出账户">
<option value="funding" selected>from: 资金</option>