修复:测试记录序号、测评报告统计、富文本渲染word字符问题

This commit is contained in:
2026-02-09 15:41:17 +08:00
parent 2f58bdc668
commit 74d3d22ffe
85 changed files with 1236 additions and 52 deletions

View File

@@ -95,3 +95,4 @@ def delete_dir_files(path: Path) -> Any:
for file in path.iterdir():
if file.is_file():
file.unlink()