mirror of
https://github.com/linyqh/NarratoAI.git
synced 2025-12-11 18:42:49 +00:00
- 新增 merge_settings 组件用于视频字幕合并设置 - 实现视频和字幕文件的上传、匹配和排序功能 - 添加合并视频和字幕的逻辑,支持多文件合并- 优化用户界面,增加预览和错误处理功能
31 lines
589 B
Plaintext
31 lines
589 B
Plaintext
.DS_Store
|
|
/config.toml
|
|
/storage/
|
|
/.idea/
|
|
/app/services/__pycache__
|
|
/app/__pycache__/
|
|
/app/config/__pycache__/
|
|
/app/models/__pycache__/
|
|
/app/utils/__pycache__/
|
|
/*/__pycache__/*
|
|
.vscode
|
|
/**/.streamlit
|
|
__pycache__
|
|
logs/
|
|
|
|
node_modules
|
|
# VuePress 默认临时文件目录
|
|
/sites/docs/.vuepress/.temp
|
|
# VuePress 默认缓存目录
|
|
/sites/docs/.vuepress/.cache
|
|
# VuePress 默认构建生成的静态文件目录
|
|
/sites/docs/.vuepress/dist
|
|
# 模型目录
|
|
/models/
|
|
./models/*
|
|
resource/scripts/*
|
|
resource/videos/*
|
|
resource/songs/*
|
|
resource/fonts/*
|
|
resource/srt/*
|
|
app/models/faster-whisper-large-v2/* |