From 000df5e1fc695f288bbed180010f18ee02b2967d Mon Sep 17 00:00:00 2001 From: MKStoler1024 <158786854+MKStoler1024@users.noreply.github.com> Date: Mon, 31 Mar 2025 14:42:02 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E8=80=83=E8=AF=95?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E6=8F=90=E7=A4=BA=E5=92=8C=E4=B8=8D=E5=8F=AF?= =?UTF-8?q?=E5=90=8D=E7=8A=B6=E4=B9=8B=E7=89=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exam/Scripts/examInfo.js | 2 ++ index.html | 15 +++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/exam/Scripts/examInfo.js b/exam/Scripts/examInfo.js index 81ee081..96e49a8 100644 --- a/exam/Scripts/examInfo.js +++ b/exam/Scripts/examInfo.js @@ -95,6 +95,8 @@ document.addEventListener("DOMContentLoaded", () => { remainingTimeElem.textContent = `倒计时: ${remainingTimeText}`; remainingTimeElem.style.color = "red"; remainingTimeElem.style.fontWeight = "bold"; + statusElem.textContent = "状态: 即将结束"; + statusElem.style.color = "red"; } else { remainingTimeElem.textContent = `剩余时间: ${remainingTimeText}`; remainingTimeElem.style.color = "#93b4f7"; diff --git a/index.html b/index.html index f52fd97..a8b6951 100644 --- a/index.html +++ b/index.html @@ -114,5 +114,20 @@