{% if full_page %} 市场监控 — PolyWeather

🔥 市场监控

更新中…
{% endif %}
{{ generated_at }} {% for c in cities %}
{{ c.display_name }} / {{ c.airport }} {{ c.local_time }} {% if c.new_high %} ◆新高 {% endif %}
{% match c.current_temp %} {% when Some with (t) %} {{ "{:.1}"|format(t) }}°C {% when None %} -- {% endmatch %}
今日最高 {% match c.today_max %} {% when Some with (m) %} {{ "{:.1}"|format(m) }}°C {% when None %} -- {% endmatch %} {{ c.trend.symbol() }}
观测 {% match c.obs_age_min %} {% when Some with (m) %} {{ m }} 分钟前 {% when None %} -- {% endmatch %}
{% endfor %}
刷新中…
{% if full_page %}
{% endif %}