{% extends "base.html" %} {% from "_macros.html" import th %} {% block title %}源 {{ src.source }} · 爬虫控制台{% endblock %} {% block content %}
| {{ src.site or '—' }} | {% if src.schedule %}{{ src.schedule }}{% else %}未点亮 not lit(无自动运行 no automatic runs){% endif %} |
{{ '启用 ON' if src.enabled else '停用 OFF' }} | {{ src.last_commit or '—' }} | {{ src.updated_at or '—' }} |
认证源 authenticated
auth_profile={{ src.auth_profile }} — 登录身份见 the identity pool lives on the
认证面板 auth panel
来自发现流水线 from discovery pipeline manifest #{{ pipeline.manifest_id }} 批准于 approved {{ pipeline.updated_at or '—' }}{% if pipeline.model_used %}(模型 model: {{ pipeline.model_used }}){% endif %} — 查看漏斗 view funnel
{% endif %}写入 pending_runs(requested_by=panel),由站点 dispatcher 认领执行 queues a pending_runs row for the site dispatcher.
| 没有待运行务 No pending runs. | |||||
| 尚无运行记录 No runs recorded yet. |