b733e551a0
Add scripts/normalize_ambiguous_unicode.py; fix corrupted patch_instance_theme_templates.py. Preserves curly quotes in string literals; removes Git homoglyph warnings on .env.example. Co-authored-by: Cursor <cursoragent@cursor.com>
8 lines
377 B
HTML
8 lines
377 B
HTML
{# 以损定仓:杠杆按币种默认(BTC/ETH 10x,其它 5x),不可选手输 #}
|
|
{% macro order_leverage_fields() -%}
|
|
{% if position_sizing_mode != 'full_margin' %}
|
|
<input type="hidden" id="order-leverage" name="leverage" value="">
|
|
<span id="order-leverage-hint" class="order-leverage-hint" title="BTC/ETH 默认10x,其它默认5x">杠杆 —</span>
|
|
{% endif %}
|
|
{%- endmacro %}
|