{% extends "base.html" %} {% from "_macros.html" import th, lbl %} {% block title %}策略 Policies · 爬虫控制台{% endblock %} {% block content %}

策略 Policies

从频率模板新建 New from frequency template: {% for f in ['daily', 'weekly', 'monthly', 'quarterly', 'yearly'] %} {{ f }} {% endfor %}

{{ th('ID') }}{{ th('名称', 'Name') }}{{ th('实体', 'Entity') }}{{ th('概念', 'Concepts') }}{{ th('模式', 'Mode') }}{{ th('频率', 'Freq') }}{{ th('Cron', 'tz') }}{{ th('上次运行', 'Last run') }}{{ th('启用', 'Enabled') }} {% for p in policies %}{% include "_policy_row.html" %} {% else %} {% endfor %}
暂无策略 No policies yet. 创建一个 Create one.
{% endblock %}