From a47d309103c91de1dd603c425dc40be5b38fd875 Mon Sep 17 00:00:00 2001 From: Disy Date: Sat, 19 Sep 2026 00:13:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=95=B4=E5=90=88?= =?UTF-8?q?=E5=8C=85=E5=A4=B1=E8=B4=A5=E5=90=8E=E7=9A=84=E5=AE=8C=E6=95=B4?= =?UTF-8?q?=E9=87=8D=E8=AF=95=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/instance/HostedModpacks.vue | 11 +- .../browse/install-job-notifications.ts | 3 +- .../src/composables/useHostedCreation.ts | 27 +++- .../src/composables/useHostedSync.ts | 55 ++++++-- .../src/helpers/hosted-install-retry.test.ts | 124 ++++++++++++++++++ .../src/helpers/hosted-install-retry.ts | 34 +++++ apps/app-frontend/src/pages/Downloads.vue | 3 +- .../src/providers/download-manager.ts | 41 +++++- 8 files changed, 266 insertions(+), 32 deletions(-) create mode 100644 apps/app-frontend/src/helpers/hosted-install-retry.test.ts create mode 100644 apps/app-frontend/src/helpers/hosted-install-retry.ts diff --git a/apps/app-frontend/src/components/instance/HostedModpacks.vue b/apps/app-frontend/src/components/instance/HostedModpacks.vue index 46ef409..5fa106d 100644 --- a/apps/app-frontend/src/components/instance/HostedModpacks.vue +++ b/apps/app-frontend/src/components/instance/HostedModpacks.vue @@ -83,20 +83,20 @@