diff --git a/package.json b/package.json index 6411a93..73f5778 100644 --- a/package.json +++ b/package.json @@ -62,6 +62,7 @@ "@tauri-apps/api": "2.2.0", "@tauri-apps/plugin-autostart": "2.2.0", "@tauri-apps/plugin-clipboard-manager": "2.2.0", + "@tauri-apps/plugin-dialog": "^2.2.0", "@tauri-apps/plugin-fs": "~2.2.0", "@tauri-apps/plugin-http": "2.2.0", "@tauri-apps/plugin-notification": "^2.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3f23e8d..c0fb2d4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -26,6 +26,9 @@ importers: '@tauri-apps/plugin-clipboard-manager': specifier: 2.2.0 version: 2.2.0 + '@tauri-apps/plugin-dialog': + specifier: ^2.2.0 + version: 2.2.0 '@tauri-apps/plugin-fs': specifier: ~2.2.0 version: 2.2.0 @@ -1583,6 +1586,9 @@ packages: '@tauri-apps/plugin-clipboard-manager@2.2.0': resolution: {integrity: sha512-sIBrW/HioKq2vqomwwcU/Y8ygAv3DlS32yKPBX5XijCc0IyQKiDxYpGqmvE9DC5Y0lNJ/G53dfS961B31wjJ1g==} + '@tauri-apps/plugin-dialog@2.2.0': + resolution: {integrity: sha512-6bLkYK68zyK31418AK5fNccCdVuRnNpbxquCl8IqgFByOgWFivbiIlvb79wpSXi0O+8k8RCSsIpOquebusRVSg==} + '@tauri-apps/plugin-fs@2.2.0': resolution: {integrity: sha512-+08mApuONKI8/sCNEZ6AR8vf5vI9DXD4YfrQ9NQmhRxYKMLVhRW164vdW5BSLmMpuevftpQ2FVoL9EFkfG9Z+g==} @@ -6401,6 +6407,10 @@ snapshots: dependencies: '@tauri-apps/api': 2.2.0 + '@tauri-apps/plugin-dialog@2.2.0': + dependencies: + '@tauri-apps/api': 2.2.0 + '@tauri-apps/plugin-fs@2.2.0': dependencies: '@tauri-apps/api': 2.2.0 diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 68545f8..cbccd13 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2155,7 +2155,7 @@ checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" [[package]] name = "hula" -version = "2.6.0" +version = "2.6.1" dependencies = [ "base64 0.22.1", "lazy_static", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index bcdc67d..cd41d0e 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hula" -version = "2.6.0" +version = "2.6.1" description = "hula" authors = ["nongyehong"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index ec7d168..a6af72a 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,4 +1,5 @@ { + "$schema": "https://schema.tauri.app/config/2", "productName": "HuLa", "version": "2.6.1", "identifier": "com.hula.pc", diff --git a/src/components/common/InfoPopover.vue b/src/components/common/InfoPopover.vue index ff79948..e11d3b5 100644 --- a/src/components/common/InfoPopover.vue +++ b/src/components/common/InfoPopover.vue @@ -29,7 +29,7 @@
+