{% extends "base.html" %} {% set active = 'sources' %} {% block title %}数据源 - 新闻智能跟踪{% endblock %} {% block content %}
| ID | 名称 | 监控方式 | 类型 | 权重 | 状态 | 最近采集 | 新增条数 | 操作 |
|---|---|---|---|---|---|---|---|---|
| {{ s.id }} | {{ s.name }} {{ s.description }} {{ s.url }} |
{% if s.kind == 'custom' %}🎯 定制监控{% else %}普通{% endif %} | {{ s.type }} | {% if s.kind == 'custom' %}—{% else %}{{ s.weight }}{% endif %} | {% if s.enabled %}启用{% else %}停用{% endif %} | {{ s.last_fetch or '—' }} | {{ s.last_count }} |