增加国际化支持,增加更多的选项。

This commit is contained in:
Howell Jiang
2025-04-18 00:00:01 +08:00
parent cd430ff498
commit 11751babd1
26 changed files with 1097 additions and 587 deletions
+18
View File
@@ -0,0 +1,18 @@
# 音频文件
*.pcm
*.mp3
# Python
__pycache__/
*.py[cod]
*$py.class
# 环境文件
.env
.venv
env/
venv/
# IDE
.idea/
.vscode/