Ver código fonte

fix(连续加法训练): 修改训练时长

chenlianwei 10 meses atrás
pai
commit
8a7d528569

+ 1 - 1
src/pages/cognitiveTasks/ContinueAddition/index.vue

@@ -27,7 +27,7 @@ const additionNumCount = ref(2)
 // 统计每个层级答对个数
 const rightCountList: Result[] = reactive([])
 // 测试时长 100 秒
-const gameDuration = ref(10 * 1000)
+const gameDuration = ref(100 * 1000)
 // 游戏结束时间戳
 const gameEndTime = ref(0)
 // 游戏开始时间戳