{% extends "base.html" %} {% block title %}{{ page_title }} - AgomTradePro{% endblock %} {% block content %} {% include "components/json_assistant_assets.html" %}
迁移提示: 服务商配置维护已迁入 TUI,API Key 会以密码字段处理并在提交前要求确认。 {% if provider.scope == "user" %} 打开我的服务商配置。 {% else %} 打开系统服务商配置。 {% endif %} 当前 Classic 页面仅在兼容期内保留。
{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %} {% for field in form %} {% endfor %}
{{ field }} {% if field.help_text %}
{{ field.help_text }}
{% endif %} {% if field.name == "extra_config_text" %} {% include "components/json_assistant.html" with textarea_id=field.id_for_label enable_builder=True %}
参数填写器
{% endif %} {% if field.errors %}
{{ field.errors }}
{% endif %}
取消 返回列表
{% endblock %}