From 66f7825ed9638606665b9e61c6f8132de013da14 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Tue, 13 Jan 2026 15:56:20 +0800 Subject: feat: implement download functionality with progress monitoring and version management --- ui/src/App.svelte | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) (limited to 'ui/src/App.svelte') diff --git a/ui/src/App.svelte b/ui/src/App.svelte index 18ef5e5..0e14cb0 100644 --- a/ui/src/App.svelte +++ b/ui/src/App.svelte @@ -1,6 +1,7 @@