feat(tts): introduce TTS system (#195)

This commit is contained in:
Fodesu
2026-03-13 02:49:52 +08:00
committed by GitHub
parent 7904de87bd
commit b46e494d3a
71 changed files with 8959 additions and 159 deletions
+2
View File
@@ -1924,6 +1924,8 @@ func (r *Resolver) markInboxRead(ctx context.Context, botID string, ids []string
}
}
// --- allowed actions ---
// --- settings ---
func (r *Resolver) loadBotSettings(ctx context.Context, botID string) (settings.Settings, error) {