路由 /monitor → /m,URL 更短

This commit is contained in:
2569718930@qq.com
2026-05-13 23:24:26 +08:00
parent 1493c72138
commit b94037f328
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ body{background:#0f1117;color:#c8cdd4;font-family:-apple-system,BlinkMacSystemFo
{% if full_page or not full_page %}
<div id="card-grid" class="card-grid"
hx-get="/monitor/cards" hx-trigger="every 30s" hx-swap="outerHTML" hx-indicator="#spinner">
hx-get="/m/cards" hx-trigger="every 30s" hx-swap="outerHTML" hx-indicator="#spinner">
{% endif %}
<span class="updated" style="display:block;grid-column:1/-1;text-align:right;margin-bottom:2px">{{ generated_at }}</span>
{% for c in cities %}