{% extends "base.html" %} {% set active = 'logs' %} {% block title %}通知日志 - 新闻智能跟踪{% endblock %} {% block content %}
| ID | 类型 | 主题 | 条数 | 状态 | 发送时间 |
|---|---|---|---|---|---|
| {{ l.id }} | {% if l.type=='realtime' %}🔥 实时 {% elif l.type=='summary' %}📰 新闻汇总 {% elif l.type=='custom_summary' %}🎯 定制汇总 {% elif l.type=='error' %}⚠️ 系统错误 {% else %}{{ l.type }}{% endif %} | {{ l.subject }}
{% if l.detail %} {{ l.detail }} {% endif %}
|
{{ l.count }} | {% if l.status=='ok' %}成功{% else %}失败{% endif %} | {{ l.sent_at }} |
| 暂无匹配的通知记录 | |||||