feat: 筛选器添加主机Cron列表按钮

This commit is contained in:
2026-04-17 23:01:43 +08:00
parent d1b01ad9c7
commit 4f5c9dc2c8

3
app.py
View File

@@ -368,6 +368,9 @@ HTML_TEMPLATE = '''<!DOCTYPE html>
<button onclick="filterType('cron')" class="filter-btn px-3 py-1 rounded-lg bg-gray-700 hover:bg-gray-600 text-sm" data-type="cron">
Cron任务
</button>
<button onclick="scrollToCrons()" class="px-3 py-1 rounded-lg bg-orange-600 hover:bg-orange-700 text-sm">
主机Cron列表
</button>
</div>
<!-- 项目列表 -->