Commit Graph

4 Commits

Author SHA1 Message Date
dongsheng123132
1b4bfb38d9 fix: 9 bugs from code review
Critical:
- build script now copies launcher menu + china guide (was missing!)
- Windows PATH: handle fresh accounts + warn on 1024 char limit
- Windows .bat: remove old .env keys before adding new (no duplicates)

Important:
- Menu error message: fix range 0-14 → 0-16
- API key input: use read -s to hide plaintext
- macOS install: default to .zshrc (not .bash_profile)
- Website table: fix column mismatch (td → span inside td)
2026-03-09 10:51:19 +08:00
dongsheng123132
34a9688edc feat: add contact section with WeChat QR and email
- Website: contact section with WeChat QR code, email, GitHub links
- README: contact section with QR image and email
2026-03-09 10:36:30 +08:00
dongsheng123132
eaa90da834 feat: add bilingual landing page for u-claw.org
Dark-themed single-page site with CN/EN toggle, feature grid,
3-step guide, terminal demo, and models comparison table.
2026-03-09 10:26:16 +08:00
dongsheng123132
6f54151a79 feat: U-Claw v1.0 - OpenClaw offline installer USB for China
- Build script to package Node.js (Mac ARM64/x64 + Win x64) + OpenClaw + all deps
- YuLinMuFeng-style launcher menu with 16 functions (install/repair/backup/reset)
- 8 Chinese AI models one-click config (DeepSeek/Kimi/Qwen/GLM/MiniMax/Doubao/Qianfan/Mimo)
- QQ official integration (Tencent), Feishu, WeChat, Telegram, Discord, WhatsApp, Slack
- 52 pre-installed skills, all offline
- Bilingual README (Chinese + English)
- Full China tutorial (12 chapters)
- MIT license
2026-03-09 10:01:38 +08:00