{% extends "base.html" %} {% block title %}API 列表{% endblock %} {% block content %}
| 名称 | URL | 调度 | 启用 | 操作 |
|---|---|---|---|---|
| {{ api.name }} | {{ api.url }} |
{{ api.schedule_type }}: {{ api.schedule_expression }}
{% if api.schedule_type == 'cron' %}
{{ api.schedule_expression|cron_human }}
{% endif %}
|
{% if api.enabled %} 已启用 {% else %} 已停用 {% endif %} | 编辑 查看日志 |
| 暂无 API 配置。 | ||||