From 0f3cedd4954ef34c22465688a8fb044737060157 Mon Sep 17 00:00:00 2001 From: Elysia Date: Thu, 5 Dec 2024 14:48:03 +0800 Subject: [PATCH] fix: update img_urls and icons in github.json --- aarch64-store/music/data/github.json | 4 ++-- store/music/data/github.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aarch64-store/music/data/github.json b/aarch64-store/music/data/github.json index 4f357d6..802e81e 100644 --- a/aarch64-store/music/data/github.json +++ b/aarch64-store/music/data/github.json @@ -9,8 +9,8 @@ "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" + "img_urls": "[\"https://spk-json.spark-app.store/store/music/lx-music-desktop/screen_1.png\",\"https://spk-json.spark-app.store/store/music/lx-music-desktop/screen_2.png\",\"https://spk-json.spark-app.store/store/music/lx-music-desktop/screen_3.png\",\"https://spk-json.spark-app.store/store/music/lx-music-desktop/screen_4.png\",\"https://spk-json.spark-app.store/store/music/lx-music-desktop/screen_5.png\"]", + "icons": "https://spk-json.spark-app.store/store/music/lx-music-desktop/icon.png" } } } diff --git a/store/music/data/github.json b/store/music/data/github.json index d1561d5..ba55b4e 100644 --- a/store/music/data/github.json +++ b/store/music/data/github.json @@ -9,8 +9,8 @@ "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" + "img_urls": "[\"https://spk-json.spark-app.store/store/music/lx-music-desktop/screen_1.png\",\"https://spk-json.spark-app.store/store/music/lx-music-desktop/screen_2.png\",\"https://spk-json.spark-app.store/store/music/lx-music-desktop/screen_3.png\",\"https://spk-json.spark-app.store/store/music/lx-music-desktop/screen_4.png\",\"https://spk-json.spark-app.store/store/music/lx-music-desktop/screen_5.png\"]", + "icons": "https://spk-json.spark-app.store/store/music/lx-music-desktop/icon.png" } } } -- Gitee