走完初步流程

This commit is contained in:
2026-06-06 07:44:26 +08:00
parent 580fe4ad6e
commit e0d6bdc9c3
51 changed files with 6883 additions and 2410 deletions

View File

@@ -29,4 +29,4 @@ class TestLanguageRule:
def test_auto_detection_string(self) -> None:
"""测试传入 "auto" 字符串时触发自动检测。"""
result = language_rule("test", "auto")
assert "源文档" in result
assert "源文档" in result