hfshfg
d52755ea86
docs: 更新 CLAUDE.md,移除 website 相关内容
...
官网已拆分到独立仓库 u-claw.org
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-14 11:55:29 +08:00
hfshfg
0298a0ac17
chore: 删除 website 残留文件
...
rebase 后残留的新增文件,已迁移至 u-claw.org 仓库
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-14 11:48:14 +08:00
hfshfg
65f830ef56
refactor: 拆分官网到独立仓库 u-claw.org
...
website/ 和 vercel.json 已迁移到 https://github.com/dongsheng123132/u-claw.org
本仓库专注于开源工具(portable/install/bootable/u-claw-app)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-14 11:47:04 +08:00
github-actions[bot]
a1ca40b598
chore: update daily content 2026-04-14
2026-04-14 03:33:24 +00:00
dongsheng123132
d5f372f77a
fix: add uninstall.ps1, restore privacy.html and terms.html
...
- uninstall.ps1: Windows one-click uninstall script (was 404)
- privacy.html & terms.html: restore from server (were missing on Vercel)
2026-04-13 18:25:31 +08:00
dongsheng123132
49b875b081
feat: add uninstall.sh for one-click uninstall
2026-04-13 18:17:14 +08:00
dongsheng123132
c6e87b8183
feat: add one-click uninstall + Intel Mac support
...
- agent.sh: add --uninstall flag, detect arm64/x86_64 for macOS
- agent.html: add uninstall section with tab switching
- guide.html: replace simple uninstall with full one-click uninstall blocks
in both oneclick-install and remote-support sections
- downloads: add agent-mac-intel binary for Intel Mac users
2026-04-13 17:47:24 +08:00
github-actions[bot]
c4c9e829f4
chore: update daily content 2026-04-13
2026-04-13 03:45:22 +00:00
hfshfg
6685f6be51
chore: add .env to .gitignore
...
Prevent accidental commit of environment variable files.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-13 11:33:06 +08:00
github-actions[bot]
b0be519d25
chore: update daily content 2026-04-12
2026-04-12 03:37:49 +00:00
github-actions[bot]
6466775595
chore: update daily content 2026-04-11
2026-04-11 02:56:46 +00:00
github-actions[bot]
84f3330590
chore: update daily content 2026-04-10
2026-04-10 03:33:42 +00:00
hfshfg
690d1b7060
fix: 修复 QQ Bot 配置后 Gateway 无法启动的问题
...
1. 清除旧版 "agent" 废弃键 — 保存 channel 配置时自动删除旧的 agent 键,
防止 OpenClaw 报 "agent.* was moved" 错误(前端 + 服务端双重防御)
2. Dashboard URL 动态端口探测 — 将硬编码 18789 改为扫描 18789-18799,
解决端口被占用时打不开 Dashboard 的问题
3. 安装脚本配置格式升级 — install.sh / install.ps1 / install-silent.ps1
生成的 openclaw.json 从旧的 "agent" 格式迁移到 "agents.defaults.model.primary"
4. 文档示例同步更新 — CLAUDE.md / cloud.html / guide.html 中的配置示例
影响文件: 14 个(portable/, install/, website/, u-claw-app/, usb-release/)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-09 22:05:09 +08:00
hfshfg
220599584e
feat: add WeChat QR code login to config-server
...
Add in-app WeChat scanning via Tencent iLink API:
- server.js: QR code PNG renderer, WeChat API proxy, plugin auto-install
- index.html: WeChat channel card with QR display and polling UI
- Windows-Start.bat: auto-install WeChat plugin on startup
- Windows-Install.bat: copy WeChat plugin during installation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-09 22:03:20 +08:00
github-actions[bot]
65f9bc3df0
chore: update daily content 2026-04-09
2026-04-09 03:19:51 +00:00
github-actions[bot]
b99d8ee6cb
chore: update daily content 2026-04-08
2026-04-08 03:26:05 +00:00
github-actions[bot]
47447433b7
chore: update daily content 2026-04-07
2026-04-07 03:23:14 +00:00
hfshfg
42b2ead421
feat: cloud.html 自动读取URL ?key=参数并填入充值输入框
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-06 16:55:15 +08:00
hfshfg
e67c6a5586
feat: 虾盘云API导航按钮改为可用,链接到cloud.u-claw.org
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-06 16:52:52 +08:00
hfshfg
e9c508a27e
fix: 充值页改为浅色风格,仅支付宝,余额401显示新用户提示
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-06 16:52:39 +08:00
hfshfg
6598eaaa35
fix: 充值.html 余额显示乘以7.2换算为CNY
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-06 16:27:45 +08:00
hfshfg
8d2c5be25f
fix: 兼容 new-api 后台创建的 token 格式
...
validateKey 正则从只认 sk-xp-+32位hex,
改为同时支持 sk-+48位字母数字(new-api 后台 token)。
同步更新 placeholder、错误提示、FAQ 文字。
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-06 16:24:35 +08:00
hfshfg
2c309be648
feat: 虾盘云上线 - 重写 cloud.html,新增 docs.html 开发文档
...
- cloud.html: 完整重写,加入余额查询、充值流程、全功能 JS
- 导航:暂不可用 → 立即充值,新增余额查询/开发文档导航链接
- docs.html: 新增开发者文档页,含接口说明/代码示例/在线测试
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-06 15:42:26 +08:00
github-actions[bot]
6fbc7f49db
chore: update daily content 2026-04-06
2026-04-06 03:33:23 +00:00
github-actions[bot]
1d9c2cac69
chore: update daily content 2026-04-05
2026-04-05 03:30:26 +00:00
hfshfg
70fc030e8e
fix: replace setup.bat with complete version (add QQ plugin + --all-platforms)
...
PR #13 (luckylibin) version includes:
- QQ plugin installation step (was missing)
- --all-platforms flag to download Mac Node.js runtimes
- More robust error handling
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-04 22:28:36 +08:00
hfshfg
974a59d3ba
docs: clarify Windows setup options (setup.bat / setup.ps1) in README
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-04 21:25:27 +08:00
dongsheng123132
c0ea59e16f
feat: add Windows setup.ps1 for portable
...
# Add Windows setup.ps1 for portable
2026-04-04 21:21:57 +08:00
dongsheng123132
1f9726ac16
docs: add Japanese README section
...
docs: add JA section
2026-04-04 21:21:54 +08:00
github-actions[bot]
8490306cb7
chore: update daily content 2026-04-04
2026-04-04 02:52:29 +00:00
github-actions[bot]
cadfd62cb5
chore: update daily content 2026-04-03
2026-04-03 03:19:59 +00:00
github-actions[bot]
1b465bf249
chore: update daily content 2026-04-02
2026-04-02 12:34:55 +00:00
hfshfg
840e8ef734
fix: switch to DeepSeek API (deepseek-chat)
2026-04-02 20:34:15 +08:00
hfshfg
c22ab032ec
fix: switch to ZhipuAI GLM-4-Plus API
2026-04-02 20:28:45 +08:00
hfshfg
f3530888f3
feat: add daily tip & case auto-publish system
...
- GitHub Actions workflow: daily-content.yml (UTC 00:00 / 北京 08:00)
- Content generation script: .github/scripts/generate-daily.js (Claude API)
- Initial data: website/daily/data.json
- website/index.html: new 每日精选 section with bilingual support
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-02 20:07:03 +08:00
hfshfg
5c7408495d
feat: 添加拼多多购买渠道,更新淘宝链接和口令
...
淘宝口令 HU293,同步更新 README、index.html、guide.html。
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-01 10:43:36 +08:00
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
hfshfg
4dac1ae4ab
fix: code review 修复两处 bug 并优化启动提示
...
- fix(setup.bat): 修复 Node.js 解压路径错误
xcopy 来源从 %TEMP%\node-v22-win-x64\* 改为
%TEMP%\node-extract\node-v22-win-x64\*,
否则解压后 xcopy 找不到文件,Node.js 安装必然失败
- fix(Config.html): 点击「启动 OpenClaw」后 toast 改为
「配置已保存!请关闭此页面,回到启动窗口使用 U-Claw」,
避免用户误以为点击后会自动启动而一直等待
(portable / usb-release / u-claw-app 三个版本同步)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-01 09:48:44 +08:00
hfshfg
3f6f960ffc
fix: 修复 bat 编码乱码、Config.html 打不开、missing scope 问题
...
- fix(bat): 所有 Windows .bat 文件加 UTF-8 BOM,修复中文乱码
(portable 和 usb-release 共 7 个文件,close #3 )
- fix(usb-release/Windows-Start.bat): 首次启动打开 Config.html
时补加 file:/// 前缀,修复浏览器无法打开本地文件的问题
(close #12 )
- fix(Config.html): gateway.auth 加入 scopes: ['operator.admin'],
修复配置模型时报 missing scope: operator.admin 错误
(portable / usb-release / u-claw-app 三个版本同步,close #11 )
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-01 09:31:16 +08:00
hfshfg
4647a49cea
fix: 修复 Telegram 401 错误并新增 Windows setup.bat
...
- fix(Config.html): telegram channel 配置字段 botToken → token,
修复接入 Telegram 时所有请求返回 401 Unauthorized 的问题
(影响 portable / usb-release / u-claw-app 三个版本)
- feat(portable): 新增 setup.bat,Windows 用户可一键下载
Node.js v22 + 安装 OpenClaw + 安装中文技能包,
对应 setup.sh 的 Windows 版本(解决 issue #10 #17)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-01 09:28:27 +08:00
hfshfg
8ebb8d82b9
fix: 更新淘宝商品链接为正式链接
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-31 22:33:13 +08:00
hfshfg
e3a1f4e55b
feat(website): 在首页 contact section 添加2.0商业版购买入口
...
含淘宝链接、口令MF278、微信下单,中英文双语。
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-31 22:29:22 +08:00
hfshfg
c89e6ba84c
feat(website): 在合作招募页添加2.0商业版购买入口
...
含淘宝链接、口令MF278、微信联系方式。
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-31 21:38:34 +08:00
hfshfg
04ac67ceaf
docs: 添加淘宝购买链接和口令 MF278
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-31 21:07:43 +08:00
hfshfg
37aa557123
docs: 更新2.0商业版文案,标注已正式销售并添加购买渠道
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-31 21:03:25 +08:00
hfshfg
8c1d0eb809
docs: 精简 README blockquote,中英文各从7条压缩到2条
...
去除与「寻找技术伙伴」section 重复的内容,保留新手提示和2.0商业版核心信息。
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-31 20:45:57 +08:00
hfshfg
2448466ae7
docs(website): 同步招募文案到官网 guide.html
...
与 README 保持一致。
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-31 20:43:43 +08:00
hfshfg
1b19342395
docs: 优化寻找技术伙伴文案,中英文同步更新
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-31 20:41:15 +08:00
hfshfg
29962716b9
fix(bootable): 同步 Node.js 版本 v22.14.0 → v22.16.0
...
与其他模块保持一致。
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-31 20:07:09 +08:00
hfshfg
f17a4d00ff
fix(usb-release): 同步 Node.js 版本 v22.14.0 → v22.16.0
...
与 install/ 保持一致。
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-31 20:06:20 +08:00