由脚本自动发布至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

File diff suppressed because one or more lines are too long

15
assets/index-a4VOA0-7.js Normal file

File diff suppressed because one or more lines are too long

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"
}
}

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

15
index.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Starpixel | 待办列表</title>
<link rel="stylesheet" href="https://cdn.bootcdn.net/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script type="module" crossorigin src="/assets/index-a4VOA0-7.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BKFCAwXU.css">
</head>
<body>
<div id="app"></div>
</body>
</html>