fix(install): avoid greenlet source build on Windows & guide browser tool install

This commit is contained in:
zhayujie
2026-06-15 11:50:41 +08:00
parent d281a34c6f
commit e2cb9e11b0
4 changed files with 47 additions and 3 deletions

View File

@@ -748,6 +748,7 @@ function Install-Mode {
# Auto-start after configuration for a true out-of-the-box experience.
Write-Host ""
if ($script:AccessInfo) { Write-Cow $script:AccessInfo }
Write-Warn (T "提示:需要让 Agent 浏览网页时,运行 cow install-browser 安装浏览器工具" "Tip: to let the Agent browse the web, run 'cow install-browser' to install the browser tool")
Start-CowAgent
}