feat: newbie-safe defaults (loopback/no channels/skills) and switch install links to gitea

This commit is contained in:
2026-03-09 21:33:41 +08:00
parent 2007545b1d
commit da477378a7
5 changed files with 18 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ try {
$null = Get-Command openclaw -ErrorAction Stop
Write-Ok "已找到 OpenClaw。"
} catch {
Write-Err "未找到 OpenClaw。请先运行安装脚本`niwr -useb https://raw.githubusercontent.com/736773174/openclaw-setup-cn/main/install-windows.ps1 | iex"
Write-Err "未找到 OpenClaw。请先运行安装脚本`niwr -useb https://github.carrydelahaye.work/openclaw/openclaw-setup-cn/raw/branch/main/install-windows.ps1 | iex"
}
# ─────────────────────────────────────────────