add spark-store

This commit is contained in:
wcbing 2025-06-26 10:43:02 +08:00
parent 4ba5053ada
commit 68687fee07
2 changed files with 18 additions and 2 deletions

View File

@ -43,7 +43,8 @@
| [微信](https://linux.weixin.qq.com/) | wechat | ✅ | ✅ |
### Github Releses
### Git Releses
#### Github
> 因服务器资源有限,本仓库可能无法收录部分大文件。
> 有收录需求也可投稿至星火商店的 [Github Releases 更新配置仓库](https://gitee.com/spark-building-service/github),其和本部分内容是同源的。
@ -70,7 +71,14 @@
| [Joplin](https://github.com/laurent22/joplin) | joplin | ✅ | |
### 存档或不活跃
#### Gitee
| 软件名 | 包名 | amd64 | arm64 |
| ----- | --- | ----- | ----- |
| [星火应用商店](https://gitee.com/spark-store-project/spark-store) | spark-store | ✅ | ✅ |
#### 存档或不活跃
| 软件名 | 包名 | amd64 | arm64 |
| ----- | ---- | ----- | ----- |

View File

@ -117,5 +117,13 @@
"file_list": {
"amd64": "Joplin-{version}.deb"
}
},
"spark-store": {
"site": "https://gitee.com",
"repo": "spark-store-project/spark-store",
"file_list": {
"amd64": "spark-store_{releases_tag}_amd64.deb",
"arm64": "spark-store_{releases_tag}_arm64.deb"
}
}
}