mxivideo/python_core
root 168ad4dafa fix: 修复批量处理中图片文件重复计数问题
- 替换glob模式匹配为直接文件系统遍历
- 避免在大小写不敏感文件系统上的重复匹配
- 添加更好的错误处理和调试日志
- 确保图片计数准确性

修复了Windows系统上同一图片文件被计数两次的问题
2025-07-10 19:47:17 +08:00
..
ai_video fix: 修复批量处理中图片文件重复计数问题 2025-07-10 19:47:17 +08:00
audio_processing refactor: 统一使用相对导入,规范 Python 包结构 2025-07-10 14:47:32 +08:00
services refactor: 统一使用相对导入,规范 Python 包结构 2025-07-10 14:47:32 +08:00
utils fix 2025-07-10 17:15:49 +08:00
video_processing refactor: 统一使用相对导入,规范 Python 包结构 2025-07-10 14:47:32 +08:00
__init__.py refactor: 统一使用相对导入,规范 Python 包结构 2025-07-10 14:47:32 +08:00
config.py fix: add pydantic_settings to requirements 2025-07-10 14:54:38 +08:00
requirements.txt fix 2025-07-10 15:22:53 +08:00