Files
todo/data.json

44 lines
1.2 KiB
JSON

{
"todos": [
{
"id": 0,
"title": "博客重构",
"description": "Halo 迁移至 wordpress",
"completed": false,
"created_at": "2025-12-24",
"due_date": "2026-01-30",
"priority": "medium"
},
{
"id": 1,
"title": "备案",
"description": "内陆备案",
"completed": true,
"created_at": "2025-11-01",
"due_date": "2025-12-24",
"priority": "high"
},
{
"id": 2,
"title": "主页面重构 2.0",
"description": "主页面重构",
"completed": true,
"created_at": "2025-11-22",
"due_date": "2025-11-25",
"priority": "high"
},
{
"id": 3,
"title": "博客迁移与恢复",
"description": "泳の小窝全面迁移",
"completed": true,
"created_at": "2025-11-01",
"due_date": "2025-11-12",
"priority": "medium"
}
],
"admin": {
"username": "admin",
"password": "admin123"
}
}