feat: add software download center

This commit is contained in:
lwt
2026-06-08 20:53:14 +08:00
parent aa29e4e462
commit c8cfe68361
18 changed files with 3738 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"players": [
{
"username": "player",
"displayName": "玩家",
"active": true,
"passwordHash": "pbkdf2_sha256$120000$c586c0d064f172a52475a6f72401a17d$bbcfb3b6bf374edd93edcde984b33d5c548738df0dd8f95aa33530cdb1a8bbe9",
"createdAt": "2026-06-08T00:00:00.000Z",
"updatedAt": "2026-06-08T00:00:00.000Z"
}
]
}
+85
View File
@@ -0,0 +1,85 @@
{
"items": [
{
"id": "sumi-launcher",
"name": "Sumi Launcher",
"version": "1.0.0",
"category": "office",
"description": "常用工具快速启动入口,适合放置内部服务和日常软件。",
"changelog": "初始化软件中心示例数据。",
"publisher": "sumi.work",
"platform": "Windows",
"homepage": "",
"tags": [
"官方",
"推荐"
],
"sort": 10,
"active": true,
"featured": true,
"externalDownloadUrl": "",
"downloadUrl": "",
"size": "待上传",
"sizeBytes": 0,
"sha256": "",
"iconUrl": "/assets/icons/software.svg",
"createdAt": "2026-06-08T00:00:00.000Z",
"updatedAt": "2026-06-08T00:00:00.000Z",
"downloadCount": 0
},
{
"id": "git-client",
"name": "Git Client",
"version": "2.0.0",
"category": "dev",
"description": "代码仓库和版本管理工具示例,可在后台替换成真实安装包。",
"changelog": "初始化软件中心示例数据。",
"publisher": "sumi.work",
"platform": "Windows",
"homepage": "",
"tags": [
"开发",
"版本管理"
],
"sort": 20,
"active": true,
"featured": true,
"externalDownloadUrl": "",
"downloadUrl": "",
"size": "待上传",
"sizeBytes": 0,
"sha256": "",
"iconUrl": "/assets/icons/git.svg",
"createdAt": "2026-06-08T00:00:00.000Z",
"updatedAt": "2026-06-08T00:00:00.000Z",
"downloadCount": 0
},
{
"id": "sync-tool",
"name": "Sync Tool",
"version": "1.2.0",
"category": "network",
"description": "文件同步和分发工具示例,用于占位展示软件下载列表。",
"changelog": "初始化软件中心示例数据。",
"publisher": "sumi.work",
"platform": "Windows",
"homepage": "",
"tags": [
"同步",
"网络"
],
"sort": 30,
"active": true,
"featured": false,
"externalDownloadUrl": "",
"downloadUrl": "",
"size": "待上传",
"sizeBytes": 0,
"sha256": "",
"iconUrl": "/assets/icons/syncthing.svg",
"createdAt": "2026-06-08T00:00:00.000Z",
"updatedAt": "2026-06-08T00:00:00.000Z",
"downloadCount": 0
}
]
}