Skip to content

v0.0.5

Latest

Choose a tag to compare

@billytoe billytoe released this 19 Feb 03:15
· 8 commits to main since this release

🐛 修复 (Fixed)

  • Windows 优化失败: 修复了 Windows 平台下优化 MP4 文件报错的问题。
    • 原因:优化完成后执行文件替换时,原文件的读取句柄尚未关闭,Windows 文件锁定机制导致替换失败。
    • 修复:在替换文件前先关闭原文件句柄,确保 Windows 下文件操作正常。