Procházet zdrojové kódy

feat: 类型修改

zhangjie před 11 měsíci
rodič
revize
143173bace
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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;