mirror of
https://github.com/linyqh/NarratoAI.git
synced 2025-12-10 09:52:49 +00:00
chore(resource): 更新资源目录和 .gitignore
- 修改 .gitignore 文件,更新资源目录的忽略规则 - 添加 fonts_in_here.txt 文件,用于说明字体文件存放位置
This commit is contained in:
parent
f44d56110e
commit
97a51ae904
12
.gitignore
vendored
12
.gitignore
vendored
@ -23,9 +23,11 @@ node_modules
|
||||
# 模型目录
|
||||
/models/
|
||||
./models/*
|
||||
resource/scripts/*
|
||||
resource/videos/*
|
||||
resource/songs/*
|
||||
resource/fonts/*
|
||||
resource/srt/*
|
||||
resource/scripts/*.json
|
||||
resource/videos/*.mp4
|
||||
resource/songs/*.mp3
|
||||
resource/songs/*.flac
|
||||
resource/fonts/*.ttc
|
||||
resource/fonts/*.ttf
|
||||
resource/srt/*.srt
|
||||
app/models/faster-whisper-large-v2/*
|
||||
1
resource/fonts/fonts_in_here.txt
Normal file
1
resource/fonts/fonts_in_here.txt
Normal file
@ -0,0 +1 @@
|
||||
此处放字体文件
|
||||
0
resource/scripts/script_in_here.txt
Normal file
0
resource/scripts/script_in_here.txt
Normal file
0
resource/songs/song_in_here.txt
Normal file
0
resource/songs/song_in_here.txt
Normal file
0
resource/srt/srt_in_here.txt
Normal file
0
resource/srt/srt_in_here.txt
Normal file
0
resource/videos/video_in_here.txt
Normal file
0
resource/videos/video_in_here.txt
Normal file
Loading…
x
Reference in New Issue
Block a user