diff --git a/README.md b/README.md index 4ad9793a02b0fe5e94f77d122a89a218f976468e..79fd9d3349c7ed42f7ec751e1271a0a2db14957a 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 | ✅ | ✅ | ### 视频 diff --git a/aarch64-store/music/data/github.json b/aarch64-store/music/data/github.json new file mode 100644 index 0000000000000000000000000000000000000000..4f357d6fe0364693cee2f178a7798668a58235d8 --- /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" + } + } +} diff --git a/store/music/data/github.json b/store/music/data/github.json new file mode 100644 index 0000000000000000000000000000000000000000..d1561d5256ca579da4e77529359ab94205b799ca --- /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" + } + } +}