feat: align motrix-style download UI/actions and stabilize aria2 ops

This commit is contained in:
tongki078
2026-02-24 12:00:30 +09:00
parent 845d5ca65c
commit 552f27c002
29 changed files with 2164 additions and 226 deletions

View File

@@ -11,10 +11,13 @@
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build"
"tauri:build": "bash scripts/version-bump.sh && tauri build",
"version:bump": "bash scripts/version-bump.sh",
"sync:aria2": "bash scripts/sync-aria2-from-motrix.sh"
},
"dependencies": {
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-dialog": "^2.6.0",
"vue": "^3.5.25"
},
"devDependencies": {