Update TTS domain and adjust story summary injection

This commit is contained in:
2026-01-29 12:43:42 +08:00
parent 18ceff4c01
commit fc23781e17
5 changed files with 59 additions and 51 deletions

View File

@@ -2,7 +2,7 @@
// 语音模块 - TTS 合成服务
// ════════════════════════════════════════════════════════════════════════════
export const TTS_WORKER_URL = 'https://hstts.velure.top';
export const TTS_WORKER_URL = 'https://hstts.velure.codes';
export const DEFAULT_VOICE = 'female_1';
export const DEFAULT_SPEED = 1.0;