处理为识别到语音

This commit is contained in:
2026-02-02 17:41:23 +08:00
parent 2b75ad90fb
commit 0416a64235
5 changed files with 59 additions and 1 deletions

View File

@@ -959,7 +959,7 @@
NSLog(@"[KBAIHomeVC] 语音转文字结果为空");
[KBHUD showError:KBLocalized(@"未识别到语音内容")];
if (cell) {
[cell updateLastUserMessage:KBLocalized(@"未识别到语音")];
[cell removeLoadingUserMessage];
}
return;
}