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 section in summary_sections %}

{{ section["title"] }}

{% for item in section["items"] %} {% if item["kind"] == "bullet" %}

{{ item["text"] }}

{% elif item["kind"] == "quote" %}
{{ item["text"] }}
{% elif item["kind"] == "code" %}
{{ item["text"] }}
{% else %}

{{ item["text"] }}

{% endif %} {% endfor %}
{% endfor %}
{% if not summary_sections %}
{{ summary_fallback_text }}
{% 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。