{# env配置:CSS Tab(无需 JS)+ 双列表单 #}

env 配置

按分类修改,改完点保存.含「需重启」的项请用「保存并重启」.AI 配置请在中控 → 系统设置 → AI 配置统一维护.

{% if env_config_groups %} {% set ns = namespace(mode_idx=0) %} {% for group in env_config_groups %} {% if '期权/对冲模式' in (group.title or '') %}{% set ns.mode_idx = loop.index0 %}{% endif %} {% endfor %}
{% for group in env_config_groups %} {% endfor %}
{% for group in env_config_groups %} {% endfor %}
{% for group in env_config_groups %}
{% if group.has_restart %}

本组含需重启项,修改后请点「保存并重启」.

{% endif %}
{% for field in group.fields %} {% endfor %}
{% endfor %}
{% else %}
加载配置中…
{% endif %}