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

This commit is contained in:
2025-12-25 08:24:39 +08:00
commit c31a7c1cbf
8 changed files with 230 additions and 0 deletions

File diff suppressed because one or more lines are too long

15
assets/index-o2S1c16z.js Normal file

File diff suppressed because one or more lines are too long

11
data/git.json Normal file
View File

@@ -0,0 +1,11 @@
[
{
"version": "1.0.0",
"date": "2025-12-24",
"title": "Gitea框架",
"description": "本站点不作记录",
"changes": [
"未记录"
]
}
]

92
data/starpixel.json Normal file
View File

@@ -0,0 +1,92 @@
[
{
"version": "2.1.2-251225",
"date": "2025-12-25",
"type": "improvement",
"title": "Router 重定向优化",
"description": "优化访问结构",
"changes": [
"根据传参自动跳转"
],
"highlights": [
"vue router"
]
},
{
"version": "2.1.1-251224",
"date": "2025-12-24",
"type": "improvement",
"title": "样式更新",
"description": "样式更新",
"changes": [
"更新标签指定样式"
],
"highlights": [
"CSS"
]
},
{
"version": "2.1.0-251123",
"date": "2025-11-24",
"type": "improvement",
"title": "待办列表及更新日志实现独立页面",
"description": "将待办列表和更新日志功能独立为单独的站点 使用全新版本号规则",
"changes": [
"路由更新",
"移除待办列表和更新日志",
"清理冗余代码",
"更新版本号规则"
],
"highlights": [
"独立"
]
},
{
"version": "2.0.0",
"date": "2025-11-22",
"type": "major",
"title": "站点 v2.0.0 全新视觉设计及动效",
"description": "全面升级网站视觉风格,采用现代化设计语言",
"changes": [
"重新设计首页布局和配色方案",
"优化移动端响应式体验",
"添加备案信息",
"改进页面加载性能"
],
"highlights": [
"视觉升级",
"技术栈更新"
]
},
{
"version": "1.1.0",
"date": "2025-10-27",
"type": "patch",
"title": "路由架构优化",
"description": "优化访问结构",
"changes": [
"路由重定向优化",
"待办列表更新"
],
"highlights": [
"路由",
"待办"
]
},
{
"version": "1.0.0",
"date": "2025-10-21",
"type": "major",
"title": "站点 v1.0.0 上线 全新架构",
"description": "由 html5 + css3 + js 的基础页面重构为 vue3 + vite 的现代前端框架",
"changes": [
"迁移至 Vue 3 + Vite 技术栈",
"实现组件化开发模式",
"优化图片数量与加载"
],
"highlights": [
"正式版上线",
"性能优化"
]
}
]

61
data/todo.json Normal file
View File

@@ -0,0 +1,61 @@
[
{
"version": "2.1.1-251224",
"date": "2025-12-24",
"type": "improvement",
"title": "新增git待办",
"description": "不知道写什么了",
"changes": [
"git待办",
"博客重构"
],
"highlights": [
"i dont know"
]
},
{
"version": "2.1.0-251124",
"date": "2025-11-24",
"type": "major",
"title": "待办列表正式独立",
"description": "使用同主站的Vite + Vue3架构重构 同步主站版本号",
"changes": [
"待办列表功能独立",
"同步主站版本号",
"重构为Vite + Vue3架构"
],
"highlights": [
"独立"
]
},
{
"version": "2.0.0-temp.251122.0",
"date": "2025-11-22",
"type": "improvement",
"title": "随主站更新",
"description": "本版本为临时版本 等待2.1.0版本独立"
},
{
"version": "1.1.0",
"date": "2025-10-27",
"type": "improvement",
"title": "随主站更新",
"description": "随主站更新",
"changes": [
"数据未记录"
]
},
{
"version": "1.0.0",
"date": "2025-10-21",
"type": "major",
"title": "随主站上线",
"description": "待办列表作为附属功能与主站同步上线",
"changes": [
"待办列表功能上线"
],
"highlights": [
"上线"
]
}
]

32
data/updateLog.json Normal file
View File

@@ -0,0 +1,32 @@
[
{
"version": "2.0.1-251224",
"date": "2025-12-24",
"type": "improvement",
"title": "日志更新",
"description": "新增站点与更新日志",
"changes": [
"主页面更新至2.1.1-251224 优化样式",
"待办列表更新至2.1.1-251224 增删待办列表",
"新增SP独家git仓库",
"博客更换至wordpress"
],
"highlights": [
"小更新"
]
},
{
"version": "2.0.0-251127",
"date": "2025-11-27",
"type": "major",
"title": "更新日志正式独立",
"description": "首个版本发布 旧记录清空",
"changes": [
"更新日志功能独立",
"记录所有站点功能性更新"
],
"highlights": [
"首发版本"
]
}
]

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

18
index.html Normal file
View File

@@ -0,0 +1,18 @@
<!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-o2S1c16z.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DFOj-feK.css">
</head>
<body>
<div id="app"></div>
</body>
</html>