add other parse code

This commit is contained in:
alsesa
2024-10-14 17:20:03 +08:00
parent 0a69ccf73d
commit 23576dd582
47 changed files with 1319 additions and 33903 deletions

16
.gitignore vendored
View File

@@ -158,3 +158,19 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
.idea/
# 排除所有音频文件
*.mp3
*.wav
*.flac
*.aac
*.ogg
# 可以继续添加其他音频格式
# 排除所有视频文件
*.mp4
*.avi
*.mkv
*.mov
*.wmv
# 可以继续添加其他视频格式