feat: 初始化仓库
This commit is contained in:
81
data/config.json
Normal file
81
data/config.json
Normal file
@@ -0,0 +1,81 @@
|
||||
{
|
||||
"host": "0.0.0.0",
|
||||
"port": "8080",
|
||||
"startDate": "2024-09-02",
|
||||
"totalWeeks": 20,
|
||||
"endDate": "2025-01-19",
|
||||
"timeSetting": [
|
||||
{
|
||||
"index": 1,
|
||||
"start": "08:00",
|
||||
"end": "08:45",
|
||||
"time": 0
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"start": "08:50",
|
||||
"end": "09:35",
|
||||
"time": 0
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"start": "09:55",
|
||||
"end": "10:40",
|
||||
"time": 0
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"start": "10:45",
|
||||
"end": "11:30",
|
||||
"time": 0
|
||||
},
|
||||
{
|
||||
"index": 5,
|
||||
"start": "11:35",
|
||||
"end": "12:20",
|
||||
"time": 0
|
||||
},
|
||||
{
|
||||
"index": 6,
|
||||
"start": "14:00",
|
||||
"end": "14:45",
|
||||
"time": 1
|
||||
},
|
||||
{
|
||||
"index": 7,
|
||||
"start": "14:50",
|
||||
"end": "15:35",
|
||||
"time": 1
|
||||
},
|
||||
{
|
||||
"index": 8,
|
||||
"start": "15:55",
|
||||
"end": "16:40",
|
||||
"time": 1
|
||||
},
|
||||
{
|
||||
"index": 9,
|
||||
"start": "16:45",
|
||||
"end": "17:30",
|
||||
"time": 1
|
||||
},
|
||||
{
|
||||
"index": 10,
|
||||
"start": "19:00",
|
||||
"end": "19:45",
|
||||
"time": 2
|
||||
},
|
||||
{
|
||||
"index": 11,
|
||||
"start": "19:50",
|
||||
"end": "20:35",
|
||||
"time": 2
|
||||
},
|
||||
{
|
||||
"index": 12,
|
||||
"start": "20:40",
|
||||
"end": "21:25",
|
||||
"time": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user