From ae46d4f8d02d1079d39d6e7f59622bef88246f15 Mon Sep 17 00:00:00 2001 From: MKStoler1024 <158786854+MKStoler1024@users.noreply.github.com> Date: Wed, 15 Jan 2025 05:51:41 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0README=E4=BB=A5?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BF=AB=E9=80=9F=E4=BD=BF=E7=94=A8=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=E5=92=8C=E9=85=8D=E7=BD=AE=E6=AD=A5=E9=AA=A4=20fix:?= =?UTF-8?q?=20=E8=B0=83=E6=95=B4=E5=BD=93=E5=89=8D=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E5=AD=97=E4=BD=93=E5=A4=A7=E5=B0=8F=E4=BB=A5=E6=94=B9=E5=96=84?= =?UTF-8?q?=E5=8F=AF=E8=AF=BB=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 +++++++++++ exam/styles.css | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7408c87..f458763 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # ExamSchedule + ExamShowboard的轻量级实现 + +## 快速使用 + +填写`exam_config.json`后,确保安装Python。然后执行: + +```bash +python3 -m http.server 8000 +``` + +即可。 \ No newline at end of file diff --git a/exam/styles.css b/exam/styles.css index 67ffda8..a70f403 100644 --- a/exam/styles.css +++ b/exam/styles.css @@ -103,7 +103,7 @@ h1 { } #current-time { - font-size: 8rem; + font-size: 10rem; font-weight: bold; text-align: center; margin-bottom: 20px;