{% extends "base.html" %} {% block title %}场景首页{% endblock %} {% block content %} {% if scenario_issues %}

配置异常

以下 YAML 场景文件存在问题,系统已自动跳过,不会影响其它合法场景展示。

{% endif %}
{% for scenario in scenarios %}

{{ scenario.name }}

{{ scenario.description }}

适用题型: {% if scenario.applicable_questions %} {{ scenario.applicable_questions|join:"、" }} {% else %} 暂未配置 {% endif %}

进入对话

{% empty %}
暂无可用场景,请检查 `configs/` 目录和 YAML 配置内容。
{% endfor %}
{% endblock %}