perf: 完善拆分数据模式

This commit is contained in:
archer
2023-03-25 23:37:50 +08:00
parent 60f62507bd
commit da31ef286b
4 changed files with 14 additions and 3 deletions

View File

@@ -111,6 +111,7 @@ export interface DataItemSchema {
times: number;
temperature: number;
text: string;
rawResponse: string[];
result: {
q: string;
a: string;