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

File diff suppressed because one or more lines are too long