fix: enable tauri plugin opener (#559)

* fix: enable tauri plugin opener

* fix: add remote urls to make build work on Windows

* fix: update Cargo.lock

We need tauri v2.8.0 since which supports `WebviewBuilder::on_new_window`

* fix: handle `window.open()` using `WebviewBuilder::on_new_window`

---------

Co-authored-by: Krishan <33421343+kfiven@users.noreply.github.com>
This commit is contained in:
Shenwei Wang
2026-04-13 15:20:44 +08:00
committed by GitHub
parent 0a5f14508c
commit 08fcd330e1
8 changed files with 9588 additions and 2041 deletions

View File

@@ -28,6 +28,7 @@ tauri-plugin-http = "2"
tauri-plugin-process = "2"
tauri-plugin-os = "2"
tauri-plugin-dialog = "2"
tauri-plugin-opener = "2"
[features]
# by default Tauri runs in production mode