From 6313acd05508b3589977bb8355c93669fcc4cedf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?AAA=20Elysia=20=E7=8C=AB=E7=8C=AB=E4=BE=A0=20=E2=81=A7=7E?= =?UTF-8?q?=E5=96=B5?= Date: Tue, 11 Mar 2025 16:08:10 +0000 Subject: [PATCH 1/3] add: AB Download Manager --- store/network/data/github.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/store/network/data/github.json b/store/network/data/github.json index da8d24b..158adf7 100644 --- a/store/network/data/github.json +++ b/store/network/data/github.json @@ -35,5 +35,18 @@ "img_urls": "[\"https://spk-json.spark-app.store/images/2025/01/01/7359ae967f0c4545a838d373e310588c.png\",\"https://spk-json.spark-app.store/images/2025/01/01/e682ac754e6d47a893d7b00ef48e20b1.png\",\"https://spk-json.spark-app.store/images/2025/01/01/f184269c37e548cbb101b3e1a811bcf9.png\"]", "icons": "https://spk-json.spark-app.store/icons/2025/01/01/5c598e4d3a4f43be8f240b9ed130fe53.png" } + }, + "abdownloadmanager": { + "repo": "amir1376/ab-download-manager", + "file_template": "ABDownloadManager_{stripped_version}_linux_x64.deb", + "app.json": { + "Name": "AB Download Manager", + "Author": "abdownloadmanager.com", + "Website": "https://abdownloadmanager.com/", + "More": "一款界面美观,功能类似 IDM 的下载器。界面支持设定为中文。", + "Tags": "debian;deepin;ubuntu;uos", + "img_urls": "[\"https://spk-json.spark-app.store/images/2025/01/24/43f32eb15f0148ffb619a5e2537fd80e.png\",\"https://spk-json.spark-app.store/images/2025/01/24/e7a7bc2942da4ccea9a87177a8cf1d47.png\"]", + "icons": "https://spk-json.spark-app.store/icons/2025/01/24/1a1cca790f9640e88438ba4160f72b32.png" + } } } \ No newline at end of file -- Gitee From 85f7e24bb14fd67bed60a5128b704e28d27001a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?AAA=20Elysia=20=E7=8C=AB=E7=8C=AB=E4=BE=A0=20=E2=81=A7=7E?= =?UTF-8?q?=E5=96=B5?= Date: Tue, 11 Mar 2025 16:10:18 +0000 Subject: [PATCH 2/3] docs: add AB Download Manager --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd98c37..5d2381f 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ github-downloader -d store/tools/data -o store/tools | [Motrix](https://github.com/agalwood/Motrix)| motrix | ✅ | ✅ | | [Dufs](https://github.com/wcbing-build/dufs-debs)| dufs | ✅ | ✅ | | [哔哩下载姬(跨平台版)](https://github.com/yaobiao131/downkyicore) | downkyi | ✅ | ✅ | +| [AB Download Manager](https://github.com/amir1376/ab-download-manager) | abdownloadmanager | ✅ | | ### 工具(tools) -- Gitee From f8a9f592306db90e3fff54560f6fb8570d8f31ab Mon Sep 17 00:00:00 2001 From: shenmo Date: Tue, 11 Mar 2025 16:55:46 +0000 Subject: [PATCH 3/3] =?UTF-8?q?!1=20=E3=80=90=E8=BD=BB=E9=87=8F=E7=BA=A7?= =?UTF-8?q?=20PR=E3=80=91=EF=BC=9Aupdate=20store/network/data/github.json.?= =?UTF-8?q?=20Merge=20pull=20request=20!1=20from=20shenmo/N/A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- store/network/data/github.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/store/network/data/github.json b/store/network/data/github.json index 158adf7..31785f8 100644 --- a/store/network/data/github.json +++ b/store/network/data/github.json @@ -33,7 +33,6 @@ "More": "基于哔哩下载姬Windows版和AvaloniaUI制作的跨平台版本", "Tags": "debian;ubuntu;deepin;uos", "img_urls": "[\"https://spk-json.spark-app.store/images/2025/01/01/7359ae967f0c4545a838d373e310588c.png\",\"https://spk-json.spark-app.store/images/2025/01/01/e682ac754e6d47a893d7b00ef48e20b1.png\",\"https://spk-json.spark-app.store/images/2025/01/01/f184269c37e548cbb101b3e1a811bcf9.png\"]", - "icons": "https://spk-json.spark-app.store/icons/2025/01/01/5c598e4d3a4f43be8f240b9ed130fe53.png" } }, "abdownloadmanager": { @@ -46,7 +45,6 @@ "More": "一款界面美观,功能类似 IDM 的下载器。界面支持设定为中文。", "Tags": "debian;deepin;ubuntu;uos", "img_urls": "[\"https://spk-json.spark-app.store/images/2025/01/24/43f32eb15f0148ffb619a5e2537fd80e.png\",\"https://spk-json.spark-app.store/images/2025/01/24/e7a7bc2942da4ccea9a87177a8cf1d47.png\"]", - "icons": "https://spk-json.spark-app.store/icons/2025/01/24/1a1cca790f9640e88438ba4160f72b32.png" } } } \ No newline at end of file -- Gitee