3
This commit is contained in:
@@ -936,7 +936,7 @@ static void KBChatUpdatedDarwinCallback(CFNotificationCenterRef center,
|
||||
- (KBVoiceInputBar *)voiceInputBar {
|
||||
if (!_voiceInputBar) {
|
||||
_voiceInputBar = [[KBVoiceInputBar alloc] init];
|
||||
_voiceInputBar.statusText = @"按住按钮开始对话";
|
||||
_voiceInputBar.statusText = KBLocalized(@"Hold To Start Talking");
|
||||
}
|
||||
return _voiceInputBar;
|
||||
}
|
||||
@@ -1372,7 +1372,7 @@ static void KBChatUpdatedDarwinCallback(CFNotificationCenterRef center,
|
||||
if (cell) {
|
||||
[cell removeLoadingAssistantMessageWithRequestId:requestId];
|
||||
}
|
||||
NSString *message = response.message ?: @"聊天响应为空";
|
||||
NSString *message = response.message ?: KBLocalized(@"Chat response is empty");
|
||||
NSLog(@"[KBAIHomeVC] 聊天响应为空:%@", message);
|
||||
if (message.length > 0) {
|
||||
[KBHUD showError:message];
|
||||
|
||||
Reference in New Issue
Block a user