监控页面布局对齐文档:时区后缀、暖色高温、新高紫光、趋势同行
- 当地时间加时区缩写(KST/JST/HKT 等) - 温度 >= 30°C 暖橙色高亮 - 新高标记:紫色边框 + 紫色温度数字 - "今日最高" 与趋势箭头同行,对齐 docs 卡片布局 - CSS: temp-value.warm, new-high-card/high-val 样式
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user