🍹 小红书饮品热点日报

{{report_date}}

🔥 TOP10 热门选题

{% for hotspot in top10_hotspots %}
{{hotspot.rank}} {{hotspot.keyword}}
24小时热度:{{hotspot.hot_value}}
参考笔记: {% for link in hotspot.ref_links %} 笔记{{loop.index}} {% endfor %}
选题方向:
    {% for idea in hotspot.topic_ideas %}
  • {{idea}}
  • {% endfor %}
推荐标签: {% for tag in hotspot.tags %} {{tag}} {% endfor %}
{% endfor %}

⚠️ 低潜力选题避坑

{% for avoid in avoid_topics %}
{{avoid.topic}}
不建议原因:{{avoid.reason}}
{% endfor %}