Add Comments

This commit is contained in:
马一丁
2025-11-13 11:37:13 +08:00
parent 4846b1f758
commit 3e4aa6366d
12 changed files with 72 additions and 3 deletions
+1
View File
@@ -35,6 +35,7 @@ class FileCountBaseline:
"""文件数量基准管理器"""
def __init__(self):
"""在初始化阶段加载或创建文件数量基准快照"""
self.baseline_file = 'logs/report_baseline.json'
self.baseline_data = self._load_baseline()