26 lines
513 B
JSON
26 lines
513 B
JSON
[
|
|
{
|
|
"id": "1",
|
|
"content": "检查并优化重复动画渲染问题",
|
|
"status": "completed",
|
|
"priority": "high"
|
|
},
|
|
{
|
|
"id": "2",
|
|
"content": "优化 staggerChildren 动画性能",
|
|
"status": "completed",
|
|
"priority": "high"
|
|
},
|
|
{
|
|
"id": "3",
|
|
"content": "检查 will-change 使用是否合理",
|
|
"status": "completed",
|
|
"priority": "medium"
|
|
},
|
|
{
|
|
"id": "4",
|
|
"content": "优化列表渲染动画",
|
|
"status": "completed",
|
|
"priority": "medium"
|
|
}
|
|
] |