gwy-exam/server/data/study-plans.json

43 lines
854 B
JSON

[
{
"id": "plan-demo-001",
"date": "2026-09-01",
"title": "言语理解专项",
"type": "刷题",
"target": "完成 20 题",
"status": "done"
},
{
"id": "plan-demo-002",
"date": "2026-09-01",
"title": "资料分析专项",
"type": "刷题",
"target": "完成 15 题",
"status": "pending"
},
{
"id": "plan-demo-003",
"date": "2026-09-01",
"title": "错题复盘",
"type": "复习",
"target": "复习 8 道",
"status": "pending"
},
{
"id": "plan-demo-004",
"date": "2026-08-31",
"title": "数量关系专项",
"type": "刷题",
"target": "完成 15 题",
"status": "done"
},
{
"id": "plan-demo-005",
"date": "2026-08-31",
"title": "常识积累",
"type": "阅读",
"target": "阅读 30 分钟",
"status": "done"
}
]