perf: 走查问题调整

This commit is contained in:
rd
2025-08-29 15:49:50 +08:00
parent cbcf3f216f
commit a9e49faf66
14 changed files with 69 additions and 44 deletions

View File

@ -9,7 +9,8 @@ export interface UseChatHandlerReturn {
generateLoading?: Ref<boolean>;
conversationList?: Ref<any[]>;
showRightView?: Ref<boolean>;
rightViewData?: Ref<any>;
rightViewDataSource?: Ref<any>;
rightPreviewData?: Ref<any>;
senderRef?: Ref<null>
}
export enum EnumTeamRunStatus {