diff --git a/examples/config.json b/examples/config.json index 4a30153..42f63af 100644 --- a/examples/config.json +++ b/examples/config.json @@ -1,17 +1,11 @@ { "examName": "2023-2024学年度期末考试", - "roomName": "第一考场", "message": "诚信考试,禁止作弊", "examInfos": [ { "name": "语文", - "start": "2024-07-26T15:00:00", - "end": "2024-07-26T16:00:00" - }, - { - "name": "数学", - "start": "2024-07-26T16:10:00", - "end": "2024-07-26T17:10:00" + "start": "2024-07-30T17:00:00", + "end": "2024-07-30T19:00:00" } ] }