mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-05-30 21:00:30 +08:00
feat(guardian): 强化Gateway守护与Windows启停安全
This commit is contained in:
@@ -55,6 +55,7 @@ pub fn run() {
|
||||
}
|
||||
})
|
||||
.setup(|app| {
|
||||
service::start_backend_guardian(app.handle().clone());
|
||||
tray::setup_tray(app.handle())?;
|
||||
Ok(())
|
||||
})
|
||||
@@ -101,6 +102,7 @@ pub fn run() {
|
||||
service::start_service,
|
||||
service::stop_service,
|
||||
service::restart_service,
|
||||
service::guardian_status,
|
||||
// 日志
|
||||
logs::read_log_tail,
|
||||
logs::search_log,
|
||||
|
||||
Reference in New Issue
Block a user