refactor: rename Chinese-named Python files to English
Rename utility files to use English names for better cross-platform compatibility: - utils/离散备料计划维护数据提取.py → utils/discrete_material_plan_extractor.py - utils/离散备料计划维护数据清理.py → utils/discrete_material_plan_cleaner.py Update all import statements across the codebase and documentation references. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -142,7 +142,7 @@ pie title 各阶段权重分布
|
||||
### 1. 后台任务:报告进度
|
||||
|
||||
```python
|
||||
# utils/离散备料计划维护数据提取.py
|
||||
# utils/discrete_material_plan_extractor.py
|
||||
|
||||
def _report_progress(self, stage: str, current: int, total: int, message: str, **detail):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user