{% extends "base.html" %}
{% block title %}总览 Home · 爬虫控制台{% endblock %}
{% block content %}
现在与接下来 Now
{% if scheduler_quiet %}
⚠ 调度器静默:No run has started in the last {{ quiet_hours }}h
{% if last_run_started %}(上次 last: {{ last_run_started }}){% else %}(从未记录过运行 no runs ever recorded){% endif %}
— reconciler 可能已挂起或没有任何调度 the reconciler may be suspended or nothing is scheduled.
{% endif %}
{% from "_macros.html" import svg_bars %}
{{ kpi.running }}
运行中 Running now
{{ kpi.success_rate ~ '%' if kpi.success_rate is not none else '—' }}