1
0
mirror of https://github.com/ZeroCatDev/Classworks.git synced 2025-07-03 01:39:22 +00:00
Classworks/public/config.json
2024-11-24 09:32:05 +08:00

27 lines
444 B
JSON

{
"studentList": [
"张三",
"李四",
"王五",
"赵六",
"钱七"
],
"homeworkArrange": [
[
"语文",
"数学",
"英语"
],
[
"物理",
"化学",
"生物"
],
[
"政治",
"历史",
"地理"
]
],
"url": "http://localhost:3030"
}