This commit is contained in:
2026-01-26 20:36:51 +08:00
parent 3a5a6395af
commit e8b4b2c58a
7 changed files with 338 additions and 170 deletions

View File

@@ -19,6 +19,13 @@ NS_ASSUME_NONNULL_BEGIN
/// 预加载数据
- (void)preloadDataIfNeeded;
/// 添加用户消息
- (void)appendUserMessage:(NSString *)text;
/// 添加 AI 消息(支持打字机效果)
- (void)appendAssistantMessage:(NSString *)text
audioId:(nullable NSString *)audioId;
@end
NS_ASSUME_NONNULL_END