由脚本自动发布至SP Git 更新日志详见log.starpixel.club

This commit is contained in:
2025-12-24 21:47:01 +08:00
commit 3c303faebb
5 changed files with 75 additions and 0 deletions

44
data.json Normal file
View File

@@ -0,0 +1,44 @@
{
"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"
}
}