32 lines
676 B
JSON
32 lines
676 B
JSON
|
|
[
|
|||
|
|
{
|
|||
|
|
"id": "1",
|
|||
|
|
"content": "分析动画卡顿根本原因",
|
|||
|
|
"status": "completed",
|
|||
|
|
"priority": "high"
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
"id": "2",
|
|||
|
|
"content": "创建性能配置Hook,支持低配置模式",
|
|||
|
|
"status": "completed",
|
|||
|
|
"priority": "high"
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
"id": "3",
|
|||
|
|
"content": "优化PageTransition减少动画复杂度",
|
|||
|
|
"status": "completed",
|
|||
|
|
"priority": "high"
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
"id": "4",
|
|||
|
|
"content": "优化高频页面动画(Dashboard、PlanOverview)",
|
|||
|
|
"status": "completed",
|
|||
|
|
"priority": "high"
|
|||
|
|
},
|
|||
|
|
{
|
|||
|
|
"id": "5",
|
|||
|
|
"content": "添加CSS硬件加速和渲染优化",
|
|||
|
|
"status": "completed",
|
|||
|
|
"priority": "medium"
|
|||
|
|
}
|
|||
|
|
]
|