fix: resolve app show/hide behavior and tray icon handling (#129)

This commit is contained in:
Medcl
2025-02-09 21:51:03 +08:00
committed by GitHub
parent 17b3b97bec
commit bab38b3226
19 changed files with 1267 additions and 642 deletions

View File

@@ -11,16 +11,17 @@
},
"dependencies": {
"@headlessui/react": "^2.1.10",
"@react-oauth/google": "^0.12.1",
"@tauri-apps/api": "^2.2.0",
"@tauri-apps/plugin-autostart": "~2",
"@tauri-apps/plugin-deep-link": "^2.2.0",
"@tauri-apps/plugin-dialog": "^2.2.0",
"@tauri-apps/plugin-global-shortcut": "~2.0.0",
"@tauri-apps/plugin-http": "~2.0.1",
"@tauri-apps/plugin-os": "^2.2.0",
"@tauri-apps/plugin-shell": ">=2.0.0",
"@tauri-apps/plugin-websocket": "~2",
"@tauri-apps/plugin-window": "2.0.0-alpha.1",
"@tauri-apps/plugin-updater": "^2.3.0",
"ahooks": "^3.8.4",
"axios": "^1.7.7",
"clsx": "^2.1.1",