mirror of
https://github.com/ExamAware/ExamSchedule.git
synced 2025-04-29 19:16:33 +00:00
docs: 更新README以添加快速使用说明和配置步骤
fix: 调整当前时间字体大小以改善可读性
This commit is contained in:
parent
21fef1060f
commit
ae46d4f8d0
11
README.md
11
README.md
@ -1,2 +1,13 @@
|
|||||||
# ExamSchedule
|
# ExamSchedule
|
||||||
|
|
||||||
ExamShowboard的轻量级实现
|
ExamShowboard的轻量级实现
|
||||||
|
|
||||||
|
## 快速使用
|
||||||
|
|
||||||
|
填写`exam_config.json`后,确保安装Python。然后执行:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
python3 -m http.server 8000
|
||||||
|
```
|
||||||
|
|
||||||
|
即可。
|
@ -103,7 +103,7 @@ h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#current-time {
|
#current-time {
|
||||||
font-size: 8rem;
|
font-size: 10rem;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user