mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 10:43:45 +08:00
chore: update
This commit is contained in:
parent
3575c16326
commit
7489f5e62d
@ -45,11 +45,11 @@ pub fn run() {
|
|||||||
.plugin(tauri_plugin_deep_link::init())
|
.plugin(tauri_plugin_deep_link::init())
|
||||||
.plugin(tauri_plugin_window_state::Builder::default().build())
|
.plugin(tauri_plugin_window_state::Builder::default().build())
|
||||||
.setup(|app| {
|
.setup(|app| {
|
||||||
#[cfg(target_os = "linux")]
|
// #[cfg(target_os = "linux")]
|
||||||
{
|
// {
|
||||||
use tauri_plugin_deep_link::DeepLinkExt;
|
// use tauri_plugin_deep_link::DeepLinkExt;
|
||||||
app.deep_link().register_all()?;
|
// app.deep_link().register_all()?;
|
||||||
}
|
// }
|
||||||
#[cfg(target_os = "macos")]
|
#[cfg(target_os = "macos")]
|
||||||
{
|
{
|
||||||
app.listen("deep-link://new-url", |event| {
|
app.listen("deep-link://new-url", |event| {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user