Merge origin/development: 整合 TTS(远端结构为主)+ memoir-cover,保留本地环境配置

Made-with: Cursor
This commit is contained in:
Kevin
2026-03-19 10:30:54 +08:00
7 changed files with 352 additions and 45 deletions

View File

@@ -63,6 +63,7 @@ class Settings(BaseSettings):
tts_provider: str = "tencent"
openai_api_key: str = ""
tts_voice_type: int = 603004 # Tencent 音色 ID见 https://cloud.tencent.com/document/product/1073/92668
tts_codec: str = "mp3"
# ── WeChat Pay ───────────────────────────────────────────
wechat_pay_app_id: str = ""