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