Commit Graph

5 Commits

Author SHA1 Message Date
sunruiling
2a87020b48 refactor: 精简架构,去掉书籍管理,核心 TTS 代理
- 去掉 books/chapters CRUD、SQLAlchemy、SQLite 依赖
- 核心只剩 /api/tts + 智能分段 + 自动重试
- 新增 API_TOKEN 环境变量,管理接口 Bearer Token 鉴权
- 管理接口精简为 preview + config
- 前端重写:TTS 试听 + 配置查看 + 接口文档
- Dockerfile/docker-compose 清理,去掉数据库卷
2026-03-27 15:10:58 +08:00
TTS Service
01ce05e530 feat: serve httpTts-mimo.json via /httpTts.json for direct app import 2026-03-27 14:16:28 +08:00
TTS Service
9aef399fd7 fix: add China mirror for Alpine and pip 2026-03-27 13:57:48 +08:00
TTS Service
4b5797575d feat: support both JSON and form-urlencoded body; change default port to 3333 2026-03-27 13:52:11 +08:00
TTS Service
270aba89a0 first commit: TTS Book Service with MiMo TTS integration 2026-03-27 13:41:07 +08:00