feat(constant): 更新软件版本号至 0.0.6- 在 constant/__init__.py 文件中将 SOFTWARE_VERSION 从 '0.0.5' 修改为 '0.0.6'

- 在 entity/ffmpeg.py 文件中添加了新的视频效果处理逻辑,支持显示特定时长的视频片段
This commit is contained in:
2025-09-18 09:42:57 +08:00
parent 0c7181911e
commit f85ccea933
3 changed files with 12 additions and 2 deletions

3
.gitignore vendored
View File

@@ -31,4 +31,5 @@ target/
.venv
venv/
cython_debug/
.env
.env
.serena