Commit Graph

3 Commits

Author SHA1 Message Date
hfshfg
5dc204ab4e fix: 补全遗漏的 botToken 修复(config-server + 官网教程)
code review 发现三处漏修:
- fix(config-server/public/index.html): botToken → token,
  这是实际运行的配置页面,漏改会导致用户配置后仍然 401
- fix(website/tutorial.html): 示例 JSON botToken → token
- fix(website/guide.html): 示例 JSON botToken → token
  文档示例错误会导致用户手动配置时照抄出错

全仓库现已无 botToken 残留。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-01 10:04:24 +08:00
dongsheng123132
a93e9161dd docs: 补充教程内容 — 安装方式、新手模型推荐、故障排除
- 安装指南新增 pnpm 安装、源码构建、常见问题(sharp/PATH/WSL2)
- 模型选择新增新手首次配置推荐表 + 第三方 Key 警告
- 故障排除新增 sharp 修复、PATH 修复、WSL2 建议
- 社区资源新增官方中文安装文档链接

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 18:48:47 +08:00
dongsheng123132
ba236bbe24 feat: add comprehensive tutorial page with step-by-step guides
New tutorial.html covering:
- Three installation paths (USB, one-click script, manual)
- Complete manual installation from scratch (Node.js, npm mirrors, OpenClaw)
- Per-provider model setup guides (DeepSeek, Kimi, Qwen, OpenRouter)
- Per-platform chat bot tutorials (QQ, Telegram, Feishu, WeChat, Discord)
- Daily usage scenarios, skills system, cron jobs
- Troubleshooting guide, security hardening, VPS deployment
- Command quick reference and config file reference

Designed to complement hello-claw (datawhalechina) by filling gaps:
beginner-friendly manual install, detailed per-platform setup, and
portable USB-specific guidance.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 16:22:38 +08:00