feat: refine download UX and native host flow

This commit is contained in:
tongki078
2026-02-25 11:12:23 +09:00
parent 34f63acf49
commit d85fdc1101
12 changed files with 474 additions and 72 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "gdown",
"version": "0.1.1",
"version": "0.1.2",
"identifier": "com.tauri.dev",
"build": {
"frontendDist": "../dist",
@@ -15,9 +15,9 @@
"label": "main",
"title": "gdown",
"width": 1280,
"height": 860,
"height": 660,
"minWidth": 1080,
"minHeight": 720,
"minHeight": 600,
"resizable": true,
"fullscreen": false
}