From 81cd03d31b26def2130adcf333873977599d10a7 Mon Sep 17 00:00:00 2001 From: SkyEye_FAST Date: Thu, 11 Jul 2024 20:47:59 +0800 Subject: [PATCH] Test --- static/js/quiz.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/quiz.js b/static/js/quiz.js index 052609c..50f82c2 100644 --- a/static/js/quiz.js +++ b/static/js/quiz.js @@ -57,8 +57,8 @@ $(document).ready(function () { if (input === correctAnswer) { setTimeout(() => { currentQuestionIndex++; - Sentry.captureMessage(`index:${currentQuestionIndex}, key: ${currentKey}`); console.log("当前问题索引:", currentQuestionIndex); + console.log("当前键名:", currentKey); if (currentQuestionIndex < questionKeys.length) { loadQuestion(); } else {