v4: 改用本地IndexTTS2 + 新增飞书推送

- TTS从小爱音箱云API改为本地IndexTTS2模型
- 新增飞书群Webhook推送
- 新增notify_all统一通知(企业微信+飞书)
- 新增local_tts.py本地TTS封装模块
- 新增run.bat一键启动脚本
- 新增README.md项目说明
- 新增.gitignore排除敏感文件
- 更新CLAUDE.md文档
This commit is contained in:
2026-05-12 17:06:49 +08:00
commit f0bfd9dbbe
10 changed files with 912 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# Sensitive
cookies.json
xiaomi_config.json
xiaomi_raw_cookies.json
order_data.json
# Python
__pycache__/
*.pyc
# IDE
.claude/