This commit is contained in:
xiaojunnuo
2024-09-06 00:13:21 +08:00
parent af388ec39f
commit 3bad0b2685
13 changed files with 292 additions and 240 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ export type HistoryResultGroup = {
};
};
export type HistoryResult = {
input: any;
// input: any;
output: any;
files?: FileItem[];
/**