{% extends "base.html" %}
{% block title %}抓取 {{ source.name }} · aether{% endblock %}
{% block content %}
抓取 · {{ source.name }}
{{ source.id }} ·
{{ source.url }}
{{ source.agent_status }}{% if source.agent_status == 'ready' %} · 走 agent_factory 表里的策略链{% else %} · 走 blocks/sources/multi/strategies/{{ source.id }}.py 兜底{% endif %}