Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyEye-FAST committed Jul 11, 2024
1 parent 80ab17d commit 81cd03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/quiz.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 81cd03d

Please sign in to comment.