由脚本自动发布至SP Git 更新日志详见log.starpixel.club
This commit is contained in:
1
assets/index-BKFCAwXU.css
Normal file
1
assets/index-BKFCAwXU.css
Normal file
File diff suppressed because one or more lines are too long
15
assets/index-a4VOA0-7.js
Normal file
15
assets/index-a4VOA0-7.js
Normal file
File diff suppressed because one or more lines are too long
44
data.json
Normal file
44
data.json
Normal 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
BIN
favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
15
index.html
Normal file
15
index.html
Normal 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>
|
||||||
Reference in New Issue
Block a user