feat(usb-release): 统一发布版,Mac + Windows 跨平台支持

基于 Pro 精简结构,去掉 app/ 中间层,core/runtime/data/ 直接在根目录。
- Mac: 启动 U-Claw.command + 重新配置.command(含 Config GUI 首次配置)
- Windows: Windows-Start.bat + Windows-Menu.bat(15 项功能菜单)
- setup.sh: --all-platforms 三平台 runtime, --with-toolkit 下载安装包
- 10 个中国优化技能 (skills/)
- toolkit/ 放 Node.js pkg/msi 供离线装机
This commit is contained in:
dongsheng123132
2026-03-19 21:05:45 +08:00
parent c0d047496b
commit 025bb62a5b
20 changed files with 2875 additions and 0 deletions

10
usb-release/.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
runtime/
core/node_modules/
core/package-lock.json
data/
toolkit/*.pkg
toolkit/*.msi
toolkit/*.tar.gz
toolkit/*.zip
.DS_Store
Thumbs.db