From 0f7db9df33e98b3109605290c9bf7d37133c246d Mon Sep 17 00:00:00 2001 From: Elysia Date: Thu, 5 Dec 2024 14:23:23 +0800 Subject: [PATCH 1/3] feat(music): add lx-music-desktop --- store/music/data/github.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 store/music/data/github.json diff --git a/store/music/data/github.json b/store/music/data/github.json new file mode 100644 index 0000000..d1561d5 --- /dev/null +++ b/store/music/data/github.json @@ -0,0 +1,16 @@ +{ + "lx-music-desktop": { + "repo": "lyswhut/lx-music-desktop", + "file_template": "lx-music-desktop_{stripped_version}_amd64.deb", + "app.json": { + "Name": "洛雪音乐助手", + "Pkgname": "lx-music-desktop", + "Author": "lyswhut ", + "Website": "https://github.com/lyswhut/lx-music-desktop", + "More": "一个基于electron的音乐软件,全网搜音乐", + "Tags": "community;ubuntu;deepin;uos", + "img_urls": "[\"https://examine-spark.oss-cn-shanghai.aliyuncs.com/images/2024/05/04/4f60cc14dd904d7da3f65f897081012c.png\",\"https://examine-spark.oss-cn-shanghai.aliyuncs.com/images/2024/05/04/4ae996ecffd84169b7a6abbb07355c15.png\",\"https://examine-spark.oss-cn-shanghai.aliyuncs.com/images/2024/05/04/a2389b500c304419b49458d5b389d156.png\",\"https://examine-spark.oss-cn-shanghai.aliyuncs.com/images/2024/05/04/4eb1285e7517439da07c773489fc248d.png\",\"https://examine-spark.oss-cn-shanghai.aliyuncs.com/images/2024/05/04/11ef81f44194433ebf56fd33b069ad18.png\"]", + "icons": "https://examine-spark.oss-cn-shanghai.aliyuncs.com/icons/2024/05/04/2d8fc2b382404ea3a5973f1f6c39faf6.png" + } + } +} -- Gitee From 388dac9773032046e4d091d64e8bf9e3d7cbfdaf Mon Sep 17 00:00:00 2001 From: Elysia Date: Thu, 5 Dec 2024 14:25:10 +0800 Subject: [PATCH 2/3] feat(aarch64-store): add lx-music-desktop metadata to github.json --- aarch64-store/music/data/github.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 aarch64-store/music/data/github.json diff --git a/aarch64-store/music/data/github.json b/aarch64-store/music/data/github.json new file mode 100644 index 0000000..4f357d6 --- /dev/null +++ b/aarch64-store/music/data/github.json @@ -0,0 +1,16 @@ +{ + "lx-music-desktop": { + "repo": "lyswhut/lx-music-desktop", + "file_template": "lx-music-desktop_{stripped_version}_arm64.deb", + "app.json": { + "Name": "洛雪音乐助手", + "Pkgname": "lx-music-desktop", + "Author": "lyswhut ", + "Website": "https://github.com/lyswhut/lx-music-desktop", + "More": "一个基于electron的音乐软件,全网搜音乐", + "Tags": "community;ubuntu;deepin;uos", + "img_urls": "[\"https://examine-spark.oss-cn-shanghai.aliyuncs.com/images/2024/05/04/4f60cc14dd904d7da3f65f897081012c.png\",\"https://examine-spark.oss-cn-shanghai.aliyuncs.com/images/2024/05/04/4ae996ecffd84169b7a6abbb07355c15.png\",\"https://examine-spark.oss-cn-shanghai.aliyuncs.com/images/2024/05/04/a2389b500c304419b49458d5b389d156.png\",\"https://examine-spark.oss-cn-shanghai.aliyuncs.com/images/2024/05/04/4eb1285e7517439da07c773489fc248d.png\",\"https://examine-spark.oss-cn-shanghai.aliyuncs.com/images/2024/05/04/11ef81f44194433ebf56fd33b069ad18.png\"]", + "icons": "https://examine-spark.oss-cn-shanghai.aliyuncs.com/icons/2024/05/04/2d8fc2b382404ea3a5973f1f6c39faf6.png" + } + } +} -- Gitee From 30a886b6717a8cbcfc4a8ca402bd9c2be8642a7c Mon Sep 17 00:00:00 2001 From: Elysia Date: Thu, 5 Dec 2024 14:29:39 +0800 Subject: [PATCH 3/3] =?UTF-8?q?feat(docs):=20add=20=E6=B4=9B=E9=9B=AA?= =?UTF-8?q?=E9=9F=B3=E4=B9=90=E5=8A=A9=E6=89=8B=20to=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ad9793..79fd9d3 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ github-downloader -d store/tools/data -o store/tools ### 音乐 | 软件名 | 包名 | amd64 | arm64 | | ----- | ---- | ----- | ----- | -| | | | | +|[洛雪音乐助手](https://github.com/lyswhut/lx-music-desktop) | lx-music-desktop | ✅ | ✅ | ### 视频 -- Gitee