{% extends "base.html" %} {% block title %}设置中心 - AgomTradePro{% endblock %} {% block content %} {% if request.user.is_staff or request.user.is_superuser %} {% include "components/classic_tui_migration_banner.html" with screen_key="api-library.data-center" %} {% else %} {% include "components/classic_tui_migration_banner.html" with screen_key="account.self-service" %} {% endif %}

{{ page_title }}

{{ page_subtitle }}

API 文档 文档中心
{% if featured_items %}

常用入口

统一入口,不再分散找页面
{% for item in featured_items %}
{{ item.name }} {{ item.status }}
{{ item.description }}
{% for key, value in item.summary.items %} {{ key }}: {{ value }} {% endfor %}
{% endfor %}
{% endif %}
入口规则已收口:这里统一承接账户、风控、AI、数据源和训练配置; “财经数据源配置”负责录入凭据与连接信息, “数据中台运行状态”负责健康检查和联调验证。
{% for section in sections %}

{{ section.title }}

{{ section.items|length }} 项
{% for item in section.items %}
{{ item.name }}
{{ item.description }}
{{ item.status }}
模块 {{ item.module }} 权限 {{ item.permission }} {% if item.frontend_url %}Frontend{% endif %} {% if item.api_url %}API{% endif %} {% if item.mcp_tools %}MCP{% endif %}
{% for key, value in item.summary.items %}
{{ key }}
{{ value }}
{% endfor %}
{% if item.mcp_tools %}
MCP 工具
{% for tool in item.mcp_tools %} {{ tool }} {% endfor %}
{% endif %}
{% if item.frontend_url %} 查看{% if item.supports_edit %}/编辑{% endif %} {% endif %} {% if item.api_url %} API {% endif %} {{ item.docs_ref }}
{% endfor %}
{% endfor %}
{% endblock %}