wujingjing
2024-11-15 a7685b93de4f623e91fce94b4e5f419ca3015c55
src/components/chat/model/types.ts
@@ -56,8 +56,11 @@
   state?: null | '1' | '0';
   sectionAId?:string,
   createTime?:string,
   stepList:StepItem[]
   stepIsShow:boolean
   stepList?:StepItem[],
   stepIsShow?:boolean,
   /** @description 是否被选择分享 */
   isChecked:boolean,
   conclusion?:any[]
}
export const roleImageMap = {
@@ -81,4 +84,6 @@
export type StepItem = {
   title: string;
   status: StepEnum;
   // 消耗时间
   ms?:string | number;
};