{% extends "base.html" %} {% block content %}
← 返回首页

{{ info.title }}

{% if skill_name.startswith("lab-") and info.intro %}
{{ info.intro }}
{% endif %}
📖 功能介绍
{% if info.intro %}{{ info.intro }}{% endif %}
📋 预期输出格式与内容
{% if info.output_desc %}{{ info.output_desc|replace('\n', '
')|safe }}{% else %}

生成中文分析报告,包含:总览、详细分析、排行榜、建议等。

{% endif %}

{% endblock %}