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

@@ -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};