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

View File

@@ -6,4 +6,4 @@ SUPPORT_FEATURE = (
'rclone_upload',
'custom_re_encode',
)
SOFTWARE_VERSION = '0.0.5'
SOFTWARE_VERSION = '0.0.6'