更新 README.md

This commit is contained in:
Jursin 2024-12-01 16:55:59 +08:00 committed by GitHub
parent 636742865b
commit 57c4394369
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,16 +56,17 @@
{
"examName": "考试名称",
"message": "信息",
"room": "考场号",
"examInfos": [
{
"name": "科目",
"start": "2024-10-01T07:00:00",
"end": "2024-10-01T08:00:00"
"start": "2024-12-01T07:00:00",
"end": "2024-12-01T08:00:00"
},
{
"name": "科目",
"start": "2024-10-01T09:00:00",
"end": "2024-10-01T10:00:00"
"name": "科目/科目", /* 如果有两个科目可以自动转换为双行显示 */
"start": "2024-12-01T09:00:00",
"end": "2024-12-01T10:00:00"
}
]
}