CHAT INSIGHTS SUMMARY
{{ generated_at }}
{{ summary_metrics.activity_badge or "Daily Archive" }}
{% for card in summary_metrics.kpi_cards %}
{{ card.label }}
{{ card.value }}
{% endfor %}
# Personal Interest Radar
{% for tag in summary_metrics.topic_tags %} {{ tag }} {% endfor %} {% if not summary_metrics.topic_tags %} 暂无热点标签 {% endif %}
# {{ summary_doc_title or title }}
{{ summary_lead or "暂无总结内容。" }}
{% for topic in summary_topics %}

{{ loop.index }}. {{ topic["title"] }}

{% if topic["time_range"] %}
🕒 {{ topic["time_range"] }}
{% endif %} {% if topic["participants"] %}
👥 {{ topic["participants"] }}
{% endif %}
{% if topic["overview_points"] %}

核心观点

{% for line in topic["overview_points"] %}

{{ line }}

{% endfor %}
{% endif %} {% if topic["analysis_points"] %}

客观分析

{% for line in topic["analysis_points"] %}

{{ line }}

{% endfor %}
{% endif %} {% if topic["quote_text"] %}

亮点瞬间

{{ topic["quote_text"] }}
{% endif %}
{% endfor %}
{% if not summary_topics %}
{{ summary_fallback_text }}
{% endif %} {% if summary_aux_sections %}
{% for block in summary_aux_sections %}

{{ block["title"] }}

{% for line in block["items"] %}

• {{ line }}

{% endfor %}
{% endfor %}
{% endif %}

# Deep Stats

{% for item in summary_metrics.mini_stats %}
{{ item.label }} {{ item.value }}
{% endfor %}

# Core Highlights

{% for text in summary_metrics.highlights %}

{{ text }}

{% endfor %} {% if not summary_metrics.highlights %}

暂无可提取的核心看点

{% endif %}
内容已按结构化规则重排渲染,不再直接内嵌原始 HTML。