feat: restructure repo for collaboration + add desktop app source

- Reorganize project: clean structure (portable/ u-claw-app/ usb-scripts/ website/)
- Move docs into website/, rename uclaw-scripts to usb-scripts
- Add u-claw-app/ Electron desktop source code
- Add portable/setup.sh: one-command dev environment setup
- Add portable/SkillHub.html: skill marketplace page
- Update README: dev guide, contribution workflow, project structure
- Update .gitignore: exclude runtime binaries and build artifacts
- Expand China install guide: npm mirrors, detailed onboard wizard
This commit is contained in:
dongsheng123132
2026-03-12 10:59:26 +08:00
parent 75b5daab57
commit be734cb111
21 changed files with 16931 additions and 171 deletions

51
usb-scripts/README.txt Normal file
View File

@@ -0,0 +1,51 @@
========================================
U-Claw 虾盘 v1.1
插上就能用的 AI 助手
u-claw.org
========================================
【使用方法】
Mac 用户: 双击 Mac-Install.command
Windows 用户: 双击 Windows-Install.bat
就这一步!浏览器会自动打开。
脚本会把 U-Claw 解压到你的电脑约2分钟然后自动启动。
========================================
【常见问题】
Q: Mac 提示"无法验证开发者"怎么办?
A: 右键点击脚本 → 选择"打开" → 再点"打开"
Q: Windows 弹出安全警告怎么办?
A: 点击"更多信息" → 点击"仍要运行"
Q: 安装到哪里了?
A: Mac: ~/U-Claw
Windows: C:\Users\你的用户名\U-Claw
Q: 怎么配置 AI 模型和 API Key
A: 启动后浏览器会自动打开配置页面,按提示操作即可
Q: 支持哪些 AI 模型?
A: DeepSeek、Kimi、通义千问、智谱GLM、MiniMax、豆包
全部国内直连,不需要翻墙
Q: 怎么升级?
A: 重新运行安装脚本,选择"重新安装"
你的配置和记忆会保留在 data/ 文件夹里
Q: Toolkit 文件夹是什么?
A: 给工程师的 DIY 素材包Node.js + 源码),普通用户不需要
========================================
【联系我们】
微信: hecare888
官网: u-claw.org
GitHub: github.com/dongsheng123132/u-claw
========================================