{% extends "base.html" %} {% block title %}{{ item.title or item.source_item_id }} 详情 - 热榜评论分析工具{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

内容详情

{{ item.title or item.source_item_id }}

{{ item.status }}
{% if report %} {% include "partials/report_panel.html" %} {% else %}

报告生成中,请稍候...

{% endif %}
评论明细
{% for comment in comments %} {% else %} {% endfor %}
评论内容情绪标签点赞
{{ comment.content }}{{ comment.sentiment }}{% for label in comment.labels | from_json %}{{ label }}{% else %}-{% endfor %}{{ comment.like_count or 0 }}
暂无评论数据(该内容无评论或评论抓取为空)
{% endblock %}