This commit is contained in:
邹宗楠
2022-07-26 18:29:35 +08:00
parent 4ff61f9a39
commit 28365d1a99

View File

@@ -491,7 +491,7 @@ func replaceContent(content string, printMsg *model.PrintMsg) (result string) {
}
globals.SugarLogger.Debug("voice==================", voice)
result = strings.ReplaceAll(result, sound, "")
result = strings.ReplaceAll(result, byteSignSound, "1B59415501")
result = strings.ReplaceAll(result, byteSignSound, "1B59415502")
}
}
// 自动合成语音功能