feat: 控制和管理下载任务

This commit is contained in:
lanyeeee
2025-08-09 06:27:33 +08:00
parent b83d13c7e1
commit ae57231577
14 changed files with 1142 additions and 7 deletions

10
pnpm-lock.yaml generated
View File

@@ -14,6 +14,9 @@ importers:
'@tauri-apps/api':
specifier: ^2
version: 2.6.0
'@tauri-apps/plugin-dialog':
specifier: ^2.3.0
version: 2.3.0
'@tauri-apps/plugin-opener':
specifier: ^2
version: 2.4.0
@@ -711,6 +714,9 @@ packages:
engines: {node: '>= 10'}
hasBin: true
'@tauri-apps/plugin-dialog@2.3.0':
resolution: {integrity: sha512-ylSBvYYShpGlKKh732ZuaHyJ5Ie1JR71QCXewCtsRLqGdc8Is4xWdz6t43rzXyvkItM9syNPMvFVcvjgEy+/GA==}
'@tauri-apps/plugin-opener@2.4.0':
resolution: {integrity: sha512-43VyN8JJtvKWJY72WI/KNZszTpDpzHULFxQs0CJBIYUdCRowQ6Q1feWTDb979N7nldqSuDOaBupZ6wz2nvuWwQ==}
@@ -2546,6 +2552,10 @@ snapshots:
'@tauri-apps/cli-win32-ia32-msvc': 2.6.2
'@tauri-apps/cli-win32-x64-msvc': 2.6.2
'@tauri-apps/plugin-dialog@2.3.0':
dependencies:
'@tauri-apps/api': 2.6.0
'@tauri-apps/plugin-opener@2.4.0':
dependencies:
'@tauri-apps/api': 2.6.0