chore: downgrade Tauri updater plugin and add i18n for core switching

This commit is contained in:
wonfen
2025-02-26 15:04:47 +08:00
parent b6677f0f72
commit 4056a4c35f
4 changed files with 10 additions and 3 deletions

View File

@@ -81,7 +81,7 @@ users = "0.11.0"
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
tauri-plugin-autostart = "2.2.0"
tauri-plugin-global-shortcut = "2.2.0"
tauri-plugin-updater = "2.4.0"
tauri-plugin-updater = "2.3.0"
tauri-plugin-window-state = "2.2.1"
#openssl

View File

@@ -1,5 +1,6 @@
use crate::config::*;
use crate::core::{clash_api, handle, service};
#[cfg(target_os = "macos")]
use crate::core::tray::Tray;
use crate::log_err;
use crate::utils::{dirs, help};