重构跑道观测卡片为市场结构卡:核心指标压缩+多模型结构+市场叙述

This commit is contained in:
2569718930@qq.com
2026-05-15 23:54:19 +08:00
parent 9d3aa7fb53
commit 6f14ef20db
2 changed files with 96 additions and 30 deletions
+3 -1
View File
@@ -31,7 +31,9 @@ def test_airport_status_message_starts_with_runway_city_and_station_hashtags():
first_line = text.splitlines()[0]
assert first_line == "#跑道观测 #Qingdao"
assert "Qingdao / Jiaodong 13:00" in text
assert "Qingdao / Jiaodong" in text
assert "TDZ:23.0" in text
assert "DEB 24.0" in text
def test_market_monitor_message_starts_with_market_hashtag_and_city():