Some checks failed
backend-contract-verification / Verify TypeScript build & OpenAPI contracts (push) Has been cancelled
23 lines
460 B
JSON
23 lines
460 B
JSON
{
|
|
"todos": [
|
|
{
|
|
"content": "Align模板推荐与项目设置联动",
|
|
"id": "step1",
|
|
"priority": "medium",
|
|
"status": "completed"
|
|
},
|
|
{
|
|
"content": "细化Feature A3导航可视化交付",
|
|
"id": "step2",
|
|
"priority": "medium",
|
|
"status": "in_progress"
|
|
},
|
|
{
|
|
"content": "准备MrDoc沉淀与协作通知",
|
|
"id": "step3",
|
|
"priority": "medium",
|
|
"status": "pending"
|
|
}
|
|
]
|
|
}
|