fix(下载): 增强aria2c下载的稳定性和重试机制

添加连接超时、下载超时和重试参数配置
实现0%卡死检测和自动重试逻辑
移除冗余的dpkg-query检测代码
优化安装按钮状态判断逻辑
更新版本号至4.9.9alpha4
This commit is contained in:
2026-03-22 18:35:41 +08:00
parent 788cf2ecf0
commit c7761e8468
3 changed files with 86 additions and 51 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "spark-store",
"version": "4.9.9alpha3",
"version": "4.9.9alpha4",
"main": "dist-electron/main/index.js",
"description": "Client for Spark App Store",
"author": "elysia-best <elysia-best@simplelinux.cn.eu.org>",