perf: 优化跳过处理逻辑

This commit is contained in:
xiaojunnuo
2024-09-06 10:19:03 +08:00
parent 3bad0b2685
commit b80210f24b
6 changed files with 67 additions and 41 deletions
@@ -119,6 +119,7 @@ export type HistoryResultGroup = {
};
export type HistoryResult = {
// input: any;
inputHash?: string;
output: any;
files?: FileItem[];
/**