add spark-store

This commit is contained in:
wcbing 2025-06-26 10:43:02 +08:00
parent 51a7d954e6
commit 5e8559b1c8
2 changed files with 15 additions and 0 deletions

View File

@ -71,6 +71,13 @@
| [Joplin](https://github.com/laurent22/joplin) | joplin | ✅ | |
| [SPlayer](https://github.com/imsyy/SPlayer) | splayer | ✅ | |
#### Gitee
| 软件名 | 包名 | amd64 | arm64 |
| ----- | --- | ----- | ----- |
| [星火应用商店](https://gitee.com/spark-store-project/spark-store) | spark-store | ✅ | ✅ |
### 合并自现有 repo
| 软件仓库 | 包名 | 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"
}
}
}