Skip to content

Commit 20b6e4c

Browse files
committed
fix: accept revision-to-revision change sections
1 parent 385ff1a commit 20b6e4c

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

docs/SCHEDULE_ARCHIVE_INSTRUCTIONS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ research only; manual quote and manual confirmation required before execution; n
155155
不得只写“fresh quotes required”或“only after live quotes”来替代该句;这些可以保留为补充条件。若无法提供上述明确免责声明,则省略 `tradeable_structures`,不得把结构呈现为可直接执行的交易建议。该固定文本也记录在 `config/archive-policy.json``commodity_input_data.partial_option_trade_structure_disclaimer` 中。
156156

157157
完整商品 Markdown 的变化段落标题建议固定为 `相比上一交易日真正变化`;若需标注时段,可使用 `相比上一交易日/今晨真正变化`,两者均为当前校验器认可的标题。
158+
全球版完整 Markdown 的变化段落标题也必须包含 `真正发生了什么变化`;可按需要前置“相比昨天”或“相比 HH:MM revision N”等比较对象。
158159
## 晨间版专用规则
159160

160161
- `edition = morning`

scripts/validate_markdown_reports.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
GLOBAL_REQUIRED_SECTION_GROUPS = (
1515
("今日一句话结论",),
1616
("市场仪表盘",),
17-
("相比昨天真正发生了什么变化",),
17+
(
18+
"相比昨天真正发生了什么变化",
19+
"真正发生了什么变化",
20+
),
1821
("机会排行榜",),
1922
("前三名交易卡",),
2023
("黄金专项",),

0 commit comments

Comments
 (0)