feat: add software download center
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user