feat: external capture queue and modal-first add flow (v0.1.1)

This commit is contained in:
2026-02-25 01:40:52 +09:00
parent 552f27c002
commit e9f332171e
24 changed files with 2772 additions and 110 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "gdown",
"private": true,
"version": "0.0.0",
"version": "0.1.1",
"type": "module",
"engines": {
"node": ">=24 <25"
@@ -10,13 +10,19 @@
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"pretauri:dev": "bash scripts/cleanup-stale-aria2.sh 16800",
"tauri:dev": "tauri dev",
"pretauri:build": "bash scripts/cleanup-stale-aria2.sh 16800",
"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"
"sync:aria2": "bash scripts/sync-aria2-from-motrix.sh",
"native-host:smoke": "cd tools/native-host && npm run smoke",
"native-host:install": "bash tools/native-host/install-macos.sh alaohbbicffclloghmknhlmfdbobcigc",
"native-host:uninstall": "bash tools/native-host/uninstall-macos.sh"
},
"dependencies": {
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-deep-link": "^2.4.3",
"@tauri-apps/plugin-dialog": "^2.6.0",
"vue": "^3.5.25"
},