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