fix: 调整筛选器顺序,Cron任务放到插件后面
This commit is contained in:
6
app.py
6
app.py
@@ -311,15 +311,15 @@ HTML_TEMPLATE = '''<!DOCTYPE html>
|
||||
<button onclick="filterType('web')" class="filter-btn px-3 py-1 rounded-lg bg-gray-700 hover:bg-gray-600 text-sm" data-type="web">
|
||||
Web服务
|
||||
</button>
|
||||
<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="filterType('cli')" class="filter-btn px-3 py-1 rounded-lg bg-gray-700 hover:bg-gray-600 text-sm" data-type="cli">
|
||||
CLI工具
|
||||
</button>
|
||||
<button onclick="filterType('extension')" class="filter-btn px-3 py-1 rounded-lg bg-gray-700 hover:bg-gray-600 text-sm" data-type="extension">
|
||||
插件
|
||||
</button>
|
||||
<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>
|
||||
</div>
|
||||
|
||||
<!-- 项目列表 -->
|
||||
|
||||
Reference in New Issue
Block a user