{% extends "base.html" %} {% load static %} {% block title %}RSS源管理 - AgomTradePro{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
| 源名称 | 分类 | URL / RSSHub | 状态 | 超时 | 最后抓取 | 最后状态 | 操作 |
|---|---|---|---|---|---|---|---|
| {{ source.name }} | {{ source.get_category_display }} |
{% if source.rsshub_enabled %}
RSSHub
{{ source.rsshub_route_path|truncatechars:40 }}
{% else %}
{{ source.url|truncatechars:50 }}
{% endif %}
|
{% if source.is_active %} 启用 {% else %} 禁用 {% endif %} | {{ source.timeout_seconds }}s | {% if source.last_fetch_at %} {{ source.last_fetch_at|date:"m-d H:i" }} {% else %} - {% endif %} | {% if source.last_fetch_status %} {{ source.last_fetch_status }} {% else %} - {% endif %} |
点击右上角"添加源"按钮添加第一个 RSS 源