26 lines
498 B
JSON
26 lines
498 B
JSON
[
|
|
{
|
|
"id": "1",
|
|
"status": "in_progress",
|
|
"content": "检查项目文件结构和路由配置",
|
|
"priority": "high"
|
|
},
|
|
{
|
|
"id": "2",
|
|
"status": "pending",
|
|
"content": "检查所有页面组件的导入和导出",
|
|
"priority": "high"
|
|
},
|
|
{
|
|
"id": "3",
|
|
"status": "pending",
|
|
"content": "检查内存泄漏风险点",
|
|
"priority": "high"
|
|
},
|
|
{
|
|
"id": "4",
|
|
"status": "pending",
|
|
"content": "生成检查报告",
|
|
"priority": "medium"
|
|
}
|
|
] |