监控页面布局对齐文档:时区后缀、暖色高温、新高紫光、趋势同行

- 当地时间加时区缩写(KST/JST/HKT 等)
- 温度 >= 30°C 暖橙色高亮
- 新高标记:紫色边框 + 紫色温度数字
- "今日最高" 与趋势箭头同行,对齐 docs 卡片布局
- CSS: temp-value.warm, new-high-card/high-val 样式
This commit is contained in:
2569718930@qq.com
2026-05-13 20:03:18 +08:00
parent 239c9c446d
commit ded09df749
4 changed files with 34 additions and 34 deletions
+1
View File
@@ -20,6 +20,7 @@ pub struct CitySnapshot {
pub trend_ok: bool,
pub in_window: bool,
pub obs_age_min: Option<i64>,
pub temp_warm: bool,
}
#[derive(Debug, Clone, Copy, Serialize)]