Sfoglia il codice sorgente

feat: 类型修改

zhangjie 11 mesi fa
parent
commit
143173bace
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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;