From 5e8559b1c858ae865eeab29da3b6e63ae5498013 Mon Sep 17 00:00:00 2001 From: wcbing Date: Thu, 26 Jun 2025 10:43:02 +0800 Subject: [PATCH] add spark-store --- README.md | 7 +++++++ data/github.json | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/README.md b/README.md index ef4011c..3e4851b 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/data/github.json b/data/github.json index 86c14c3..1851895 100644 --- a/data/github.json +++ b/data/github.json @@ -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" + } } } \ No newline at end of file