chore: 清理配置文件并移动功能创意文档

- .gitignore 添加 .env,防止密钥泄露
- 删除误提交的 backend/.env
- TTS 模型名修正为 mimo-v2.5-tts
- 功能创意.md 移至 docs/10-功能创意.md
This commit is contained in:
hhs
2026-06-14 08:53:12 +08:00
parent 6e0c67e1cb
commit ca09a1fb72
4 changed files with 2 additions and 18 deletions

1
.gitignore vendored
View File

@@ -7,6 +7,7 @@ backend/bin/
backend/server
# ---- 环境变量 ----
.env
.env.local
.env.*.local