src/components/chat/model/types.ts @@ -82,4 +82,6 @@ export type StepItem = { title: string; status: StepEnum; // 消耗时间 ms?:string | number; };