解决冲突
This commit is contained in:
@@ -207,11 +207,7 @@ NSInteger maxMessageCount = 20;
|
||||
if (model.messageType == QXRoomChatMessageTypeGift || model.messageType == QXRoomChatMessageTypeSystem) {
|
||||
text = model.text;
|
||||
}else{
|
||||
<<<<<<< HEAD
|
||||
text = [NSString stringWithFormat:@"%@说,%@",model.FromUserInfo.nickname,model.text];
|
||||
=======
|
||||
text = [NSString stringWithFormat:@"%@说:%@",model.FromUserInfo.nickname,model.text];
|
||||
>>>>>>> dev
|
||||
}
|
||||
AVSpeechUtterance *utterance = [[AVSpeechUtterance alloc] initWithString:text];
|
||||
utterance.voice = [AVSpeechSynthesisVoice voiceWithLanguage:@"zh-CN"];
|
||||
|
||||
Reference in New Issue
Block a user