修改动画

This commit is contained in:
2026-01-28 17:21:19 +08:00
parent b4db79eba8
commit 1b9ce1622d
5 changed files with 71 additions and 16 deletions

View File

@@ -6,7 +6,6 @@
//
#import "KBPersonaChatCell.h"
#import "KBChatTableView.h"
#import "KBAiChatMessage.h"
#import "KBChatHistoryPageModel.h"
#import "AiVM.h"
@@ -30,8 +29,7 @@
///
@property (nonatomic, strong) UILabel *openingLabel;
///
@property (nonatomic, strong) KBChatTableView *chatView;
///
@property (nonatomic, strong) NSMutableArray<KBAiChatMessage *> *messages;