修正粉丝日报信息区重复与热点区空白问题

1. 移除今日重点信息中的重复摘要列表,只保留卡片展示\n2. 为粉丝日报模板补充新旧载荷结构兼容逻辑,支持从llm_compact、peak_buckets、repeated_messages等字段自动兜底\n3. 热点窗口与共识梗区域增加空数据说明块,避免页面出现整块空白
This commit is contained in:
liuwei
2026-04-29 15:28:48 +08:00
parent 7de1dc9ee3
commit 2a651a5c85
2 changed files with 114 additions and 21 deletions

View File

@@ -398,7 +398,6 @@
<div class="section">
<div class="section-title"><span class="icon"></span><span>今日重点信息</span></div>
{{ effective_summary_html }}
<div class="info-grid">{{ effective_info_html }}</div>
</div>