key缺少,添加权限多语言
This commit is contained in:
@@ -118,7 +118,7 @@ static const NSUInteger kKBChatMessageLimit = 10;
|
||||
|
||||
// 创建 AI 消息
|
||||
KBChatMessage *msg = [KBChatMessage assistantMessageWithText:text audioId:audioId];
|
||||
msg.displayName = KBLocalized(@"AI助手");
|
||||
msg.displayName = KBLocalized(@"AI Assistant");
|
||||
NSLog(@"[Panel] 创建 AI 消息,needsTypewriter: %d", msg.needsTypewriterEffect);
|
||||
|
||||
// 使用批量更新,避免界面跳动
|
||||
@@ -323,7 +323,7 @@ static const NSUInteger kKBChatMessageLimit = 10;
|
||||
_titleLabel.textColor =
|
||||
[UIColor kb_dynamicColorWithLightColor:[UIColor colorWithHex:0x1B1F1A]
|
||||
darkColor:[UIColor whiteColor]];
|
||||
_titleLabel.text = KBLocalized(@"AI对话");
|
||||
_titleLabel.text = KBLocalized(@"AI Chat");
|
||||
}
|
||||
return _titleLabel;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user