feat(): 添加更新功能

This commit is contained in:
tsl
2026-03-25 10:06:25 +08:00
parent 92055dd6a0
commit 1b6e12e402
23 changed files with 1045 additions and 285 deletions
+2
View File
@@ -91,6 +91,8 @@ pub fn run() {
MacosLauncher::LaunchAgent,
Some(vec![]),
))
.plugin(tauri_plugin_updater::Builder::new().build())
.plugin(tauri_plugin_process::init())
.setup(|app| {
start_notification_callback_server(app.handle().clone());
Ok(())
+1 -1
View File
@@ -2,5 +2,5 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
tauri_app_lib::run()
work_order_monitor_lib::run()
}