add spark-store

This commit is contained in:
wcbing 2025-06-26 10:43:02 +08:00
parent 47c3b40246
commit 960790f38e
2 changed files with 15 additions and 0 deletions

View File

@ -70,6 +70,13 @@
| [DBeaver](https://github.com/dbeaver/dbeaver) | dbeaver-ce | ✅ | | | [DBeaver](https://github.com/dbeaver/dbeaver) | dbeaver-ce | ✅ | |
| [Joplin](https://github.com/laurent22/joplin) | joplin | ✅ | | | [Joplin](https://github.com/laurent22/joplin) | joplin | ✅ | |
#### Gitee
| 软件名 | 包名 | amd64 | arm64 |
| ----- | --- | ----- | ----- |
| [星火应用商店](https://gitee.com/spark-store-project/spark-store) | spark-store | ✅ | ✅ |
### 合并自现有 repo ### 合并自现有 repo
| 软件仓库 | 包名 | amd64 | arm64 | | 软件仓库 | 包名 | amd64 | arm64 |

View File

@ -117,5 +117,13 @@
"file_list": { "file_list": {
"amd64": "Joplin-{version}.deb" "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"
}
} }
} }