From 78150077db0f1e182e7d511c552a843399956a78 Mon Sep 17 00:00:00 2001 From: yezian Date: Wed, 31 Jul 2024 21:06:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E9=A2=98=E7=9B=AE=E6=95=B0?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/iqtest/page.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/iqtest/page.jsx b/app/iqtest/page.jsx index 9fb058b..718f3d5 100644 --- a/app/iqtest/page.jsx +++ b/app/iqtest/page.jsx @@ -7,7 +7,7 @@ import { useRouter } from "next/navigation"; export default function IqTest() { const router = useRouter(); - const questionNum = 1; + const questionNum = 36; function generateObject(n) { let obj = {};