fix: model repo subdir layout, no-window engine launch, deploy progress, engine path auto-repair

This commit is contained in:
Xianren Studio
2026-08-13 17:04:40 +08:00
parent 7f0edbd0a1
commit 4718e41433
10 changed files with 217 additions and 10 deletions
+3
View File
@@ -47,6 +47,9 @@ impl EngineManager {
.unwrap_or_else(|| "unknown".to_string());
let mut cmd = Command::new(&cfg.binary_path);
// Windows:以无窗口方式启动引擎(不弹出终端)
#[cfg(windows)]
cmd.creation_flags(0x0800_0000); // CREATE_NO_WINDOW
cmd.arg("--model")
.arg(&cfg.model_path)
.arg("--host")