Add Comments

This commit is contained in:
马一丁
2025-11-13 22:49:59 +08:00
parent 82152547e1
commit e267b1fc04
23 changed files with 500 additions and 145 deletions
+1
View File
@@ -20,6 +20,7 @@ class IRValidator:
说明:
- validate_chapter返回(是否通过, 错误列表)
- 错误定位采用path语法,便于快速追踪
- 内置对heading/paragraph/list/table等所有区块的细粒度校验
"""
def __init__(self, schema_version: str = IR_VERSION):