{% extends "base.html" %} {% block title %}{% if mode == "new" %}添加源{% else %}编辑源 · {{ source.name }}{% endif %} · aether{% endblock %} {% block content %} {% if inferred and inferred.from_url %} {% endif %} {% if error %}
提交失败: {{ error }}
{% endif %}
{# Hidden fields so the success banner can carry inference provenance #} {% if inferred and inferred.from_url %} {% if inferred.reasoning %} {% endif %} {% endif %}
{% if mode == "new" %} {% if inferred %} agent 从 URL 推断;如果想改,可以重命名后再保存 {% endif %} {% else %} {% endif %}
取消
{% endblock %}