From 5f83ace65f4ab446d607931e3a43740b118b636d Mon Sep 17 00:00:00 2001 From: username-generic Date: Wed, 8 Apr 2026 22:15:45 +0200 Subject: [PATCH] added plugin opener to src-vue --- src-vue/package-lock.json | 40 ++++++++++----------------------------- src-vue/package.json | 1 + 2 files changed, 11 insertions(+), 30 deletions(-) diff --git a/src-vue/package-lock.json b/src-vue/package-lock.json index 91914de7e..cea49b812 100644 --- a/src-vue/package-lock.json +++ b/src-vue/package-lock.json @@ -10,6 +10,7 @@ "dependencies": { "@element-plus/icons-vue": "^2.0.9", "@tauri-apps/plugin-dialog": "^2.0.0", + "@tauri-apps/plugin-opener": "^2.5.3", "@tauri-apps/plugin-process": "^2.2.1", "@tauri-apps/plugin-shell": "^2.0.0", "@tauri-apps/plugin-store": "^2.2.0", @@ -351,9 +352,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -371,9 +369,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -391,9 +386,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -411,9 +403,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -431,9 +420,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -451,9 +437,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -559,6 +542,15 @@ "@tauri-apps/api": "^2.0.0" } }, + "node_modules/@tauri-apps/plugin-opener": { + "version": "2.5.3", + "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-opener/-/plugin-opener-2.5.3.tgz", + "integrity": "sha512-CCcUltXMOfUEArbf3db3kCE7Ggy1ExBEBl51Ko2ODJ6GDYHRp1nSNlQm5uNCFY5k7/ufaK5Ib3Du/Zir19IYQQ==", + "license": "MIT OR Apache-2.0", + "dependencies": { + "@tauri-apps/api": "^2.8.0" + } + }, "node_modules/@tauri-apps/plugin-process": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-process/-/plugin-process-2.2.1.tgz", @@ -1139,9 +1131,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -1163,9 +1152,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -1187,9 +1173,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -1211,9 +1194,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ diff --git a/src-vue/package.json b/src-vue/package.json index 75b7a1b26..258e7126c 100644 --- a/src-vue/package.json +++ b/src-vue/package.json @@ -11,6 +11,7 @@ "dependencies": { "@element-plus/icons-vue": "^2.0.9", "@tauri-apps/plugin-dialog": "^2.0.0", + "@tauri-apps/plugin-opener": "^2.5.3", "@tauri-apps/plugin-process": "^2.2.1", "@tauri-apps/plugin-shell": "^2.0.0", "@tauri-apps/plugin-store": "^2.2.0",