{% extends "base.html" %} {% block title %}总览 Home · 爬虫控制台{% endblock %} {% block content %}

现在与接下来 Now

{% if scheduler_quiet %} {% endif %} {% from "_macros.html" import svg_bars %}
{{ kpi.running }}
运行中 Running now
{{ kpi.success_rate ~ '%' if kpi.success_rate is not none else '—' }}
24h 成功率 success rate
{{ "{:,}".format(kpi.new_rows) }}
24h 新增行 new rows
{{ kpi.failures }}
24h 失败 failures

产出趋势(近 14 天)Yield trend (last 14 days)

{{ svg_bars(trend) }}

舰队 Fleet

加载中 loading…

运行中的爬取 Running runs

加载中 loading…

接下来 Next up

加载中 loading…

最近完成 Recent finished

加载中 loading…

错过的运行 Missed runs

加载中 loading…

{% endblock %}