소스 검색

feat: 类型修改

zhangjie 11 달 전
부모
커밋
143173bace
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/types/index.ts

+ 2 - 0
src/types/index.ts

@@ -576,6 +576,8 @@ export type StudentObjectiveInfo = {
     exist: boolean;
     questionType: string;
     standardAnswer: string;
+    score: number;
+    totalScore: number;
   }>;
   titles: { [index: number]: string };
   success: boolean;