卡片结构重组为三层:当前/日高/DEB显式展示→模型区间→市场叙述

叙述函数改为多行解释,增加具体delta和状态描述
This commit is contained in:
2569718930@qq.com
2026-05-15 23:59:57 +08:00
parent 6f14ef20db
commit 04d0ae1125
2 changed files with 53 additions and 31 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ def test_airport_status_message_starts_with_runway_city_and_station_hashtags():
assert first_line == "#跑道观测 #Qingdao"
assert "Qingdao / Jiaodong" in text
assert "TDZ:23.0" in text
assert "DEB 24.0" in text
assert "DEB" in text and "24.0" in text
def test_market_monitor_message_starts_with_market_hashtag_and_city():