{# env配置:Tab 分类 + 双列表单,顶部统一保存 #}

env 配置

按分类修改,改完点保存。含「需重启」的项请用「保存并重启」。

{% if env_config_groups %}
{% for group in env_config_groups %} {% endfor %}
{% for group in env_config_groups %}
{% if group.has_restart %}

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

{% endif %}
{% for field in group.fields %}
{% if field.note %}
{{ field.note }}
{% endif %} {% if field.type == 'bool' %} {% else %} {% endif %}
{% endfor %}
{% endfor %}
{% else %}
加载配置中…
{% endif %}