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 @@ + +