监控页面增强:温度变化闪绿光、观测N分钟前、更新戳可见

- 每张卡片加"观测 X 分钟前"时间感知
- 温度值变化时卡片边框闪绿光(HTMX afterSwap 事件)
- 更新时间戳移入 HTMX 局部刷新区,30s 刷新可见
- CSS 加 obs-age 样式
This commit is contained in:
2569718930@qq.com
2026-05-13 19:58:19 +08:00
parent 538cc7db2d
commit 239c9c446d
5 changed files with 55 additions and 2 deletions
+3
View File
@@ -172,6 +172,9 @@ body {
.runway-label { color: #4a5160; }
.runway-temp { color: #7a8290; font-variant-numeric: tabular-nums; }
/* ── obs age ── */
.obs-age { font-size: 12px; color: #5a6170; }
/* ── HTMX indicator ── */
.htmx-indicator {
text-align: center;