New install/ module for network-based installation without USB: - install.sh: Mac/Linux 7-step installer (Node.js + OpenClaw + QQ plugin + 10 CN skills + interactive model config + launcher) - install.ps1: Windows PowerShell equivalent - All downloads via npmmirror.com China mirrors - 10 AI model choices with Chinese interactive menu (default DeepSeek) - Scripts copied to website/ for Vercel hosting at u-claw.org/install.sh Updated guide.html with dedicated "一键在线安装" page section and quickstart integration.
41 lines
815 B
Plaintext
41 lines
815 B
Plaintext
# ── Runtime dependencies (too large for git, download on build) ──
|
|
portable/app/
|
|
portable/data/
|
|
u-claw-app/node_modules/
|
|
u-claw-app/release/
|
|
|
|
# ── Non-dev assets (stored locally, not in repo) ──
|
|
archive/
|
|
reference/
|
|
releases/
|
|
toolkit/
|
|
marketing/
|
|
social-assets/
|
|
|
|
# ── Build cache & temp ──
|
|
.download-cache/
|
|
*.dmg
|
|
*.exe
|
|
*.blockmap
|
|
builder-debug.yml
|
|
|
|
# ── OpenClaw source downloads ──
|
|
openclaw-2026.3.7/
|
|
openclaw-2026.3.7.zip
|
|
|
|
# ── OS files ──
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# ── Claude workspace ──
|
|
.claude/
|
|
|
|
# ── u-claw-app runtime binaries (download on build) ──
|
|
u-claw-app/resources/runtime/
|
|
|
|
# ── Bootable USB build artifacts (scripts are tracked, downloads are not) ──
|
|
bootable/.download-cache/
|
|
|
|
# ── Install module cache ──
|
|
install/.download-cache/
|