feat: rename scripts with descriptive Chinese names

Mac-插上U盘直接用.command / Windows-插上U盘直接用.bat
Mac-全部功能菜单(17项).command / Windows-全部功能菜单(17项).bat
Mac-安装到电脑(永久).command / Windows-安装到电脑(永久).bat
Linux-插上U盘直接用.sh
This commit is contained in:
dongsheng123132
2026-03-09 20:18:23 +08:00
parent 661aff21d0
commit 30907dedc8
9 changed files with 18 additions and 18 deletions

View File

@@ -45,9 +45,9 @@
# https://github.com/dongsheng123132/u-claw/releases
# After extracting / 解压后:
# Mac: double-click "Mac-启动菜单.command"
# Linux: bash ./Linux-运行.sh
# Win: double-click "Windows-启动菜单.bat"
# Mac: double-click "Mac-插上U盘直接用.command"
# Linux: bash ./Linux-插上U盘直接用.sh
# Win: double-click "Windows-插上U盘直接用.bat"
```
### Option 2: Build Your Own / 自己构建
@@ -84,13 +84,13 @@ Just copy the `U-Claw/` folder. That's it.
```
U-Claw/ (~1.3GB, 8GB USB minimum)
├── Mac-启动菜单.command ← macOS launcher menu
├── Windows-启动菜单.bat ← Windows launcher menu
├── Mac-运行.command ← macOS quick start
├── Windows-运行.bat ← Windows quick start
├── Linux-运行.sh Linux quick start
├── Mac-安装到电脑.command ← Install to Mac (permanent)
├── Windows-安装到电脑.bat ← Install to Windows (permanent)
├── Mac-插上U盘直接用.command ← macOS: plug USB & run
├── Windows-插上U盘直接用.bat ← Windows: plug USB & run
├── Linux-插上U盘直接用.sh ← Linux: plug USB & run
├── Mac-全部功能菜单(17项).command ← macOS: full feature menu
├── Windows-全部功能菜单(17项).batWindows: full feature menu
├── Mac-安装到电脑(永久).command ← Install to Mac permanently
├── Windows-安装到电脑(永久).bat ← Install to Windows permanently
├── 使用说明.txt ← Basic instructions
├── 中国用户指南.txt ← China quick-start guide
├── 教程-OpenClaw中国区完全指南.md ← Full tutorial (12 chapters)