feat: 音色管理

This commit is contained in:
Blizzard
2026-03-26 11:26:10 +08:00
parent df74da48bd
commit 5f4f739f16
11 changed files with 542 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ type ServiceGroup struct {
TTSService
AnalyticsService
UserService
VoiceService
}
var GroupApp = new(ServiceGroup)