docs: 更新README以添加快速使用说明和配置步骤

fix: 调整当前时间字体大小以改善可读性
This commit is contained in:
MKStoler1024 2025-01-15 05:51:41 +00:00
parent 21fef1060f
commit ae46d4f8d0
2 changed files with 12 additions and 1 deletions

View File

@ -1,2 +1,13 @@
# ExamSchedule
ExamShowboard的轻量级实现
## 快速使用
填写`exam_config.json`确保安装Python。然后执行
```bash
python3 -m http.server 8000
```
即可。

View File

@ -103,7 +103,7 @@ h1 {
}
#current-time {
font-size: 8rem;
font-size: 10rem;
font-weight: bold;
text-align: center;
margin-bottom: 20px;