1
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
// 自动合成语音功能
|
||||
|
||||
Reference in New Issue
Block a user