This commit is contained in:
邹宗楠
2022-07-27 18:45:42 +08:00
parent c7ef385ba0
commit fc56434e55
2 changed files with 29 additions and 1 deletions

View File

@@ -498,7 +498,7 @@ func replaceContent(content string, printMsg *model.PrintMsg) (result string) {
}
}
result = strings.ReplaceAll(result, sound, "")
result = strings.ReplaceAll(result, byteSignSound, hexSignSoundSolidification+voice)
result = strings.ReplaceAll(result, byteSignSound, voice)
}
}
// 自动合成语音功能