处理滚动底部问题
This commit is contained in:
@@ -24,6 +24,15 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
/// 添加用户消息
|
||||
- (void)appendUserMessage:(NSString *)text;
|
||||
|
||||
/// 标记最后一条用户消息结束加载
|
||||
- (void)markLastUserMessageLoadingComplete;
|
||||
|
||||
/// 添加加载中的用户消息
|
||||
- (void)appendLoadingUserMessage;
|
||||
|
||||
/// 更新最后一条用户消息
|
||||
- (void)updateLastUserMessage:(NSString *)text;
|
||||
|
||||
/// 添加 AI 消息(支持打字机效果)
|
||||
- (void)appendAssistantMessage:(NSString *)text
|
||||
audioId:(nullable NSString *)audioId;
|
||||
|
||||
Reference in New Issue
Block a user