feat: 完善 SDD 模块配置,添加 --headless 参数

This commit is contained in:
2026-03-20 13:02:58 +08:00
parent c83f23c319
commit 28df633b00
77 changed files with 164516 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ class SDDService {
}
private getExeArgs(): string[] {
return ['--port', this.port.toString()];
return ['--port', this.port.toString(), '--headless'];
}
private async checkHealth(): Promise<boolean> {