docs: sync all README files to v2.1.62 with correct instructions
Update claude/README_ru.md, claude/README_zh.md, claude/README_es.md to match the English version structure: - Add VERSION_BADGE markers with v2.1.62 (20 patches) - Add Method A (npm registry) as primary install option - Add Method B (automatic installer) as backup option - Replace outdated "15 patches applied" text Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -2,11 +2,31 @@
|
||||
|
||||
🌐 [English](README.md) | [Русский](README_ru.md) | [中文](README_zh.md) | [Español](README_es.md)
|
||||
|
||||
适用于自定义 API 端点的修补版 Claude Code CLI。已应用 15 个补丁。
|
||||
<!-- VERSION_BADGE:START -->
|
||||
用于自定义 API 端点的修补版 Claude Code CLI。最新版本:**v2.1.62** (20 个补丁)。
|
||||
<!-- VERSION_BADGE:END -->
|
||||
|
||||
## 安装
|
||||
|
||||
所有依赖自动安装:Git、Python 3、Node.js v24.13+、Claude Code。
|
||||
### 方法 A — npm 注册表(推荐)
|
||||
|
||||
直接从我们的 npm 注册表安装修补包。新版本发布时自动更新。
|
||||
|
||||
**Linux / macOS:**
|
||||
```bash
|
||||
npm config set @anthropic-ai:registry https://npm.sensey24.ru/
|
||||
npm install -g @anthropic-ai/claude-code
|
||||
```
|
||||
|
||||
**Windows (PowerShell):**
|
||||
```powershell
|
||||
npm config set "@anthropic-ai:registry" "https://npm.sensey24.ru/"
|
||||
npm install -g @anthropic-ai/claude-code
|
||||
```
|
||||
|
||||
### 方法 B — 自动安装程序(备用)
|
||||
|
||||
使用自动依赖检测和设置进行安装。从发布版下载修补后的 cli.js。
|
||||
|
||||
**Linux (Debian/Ubuntu/RHEL/Fedora):**
|
||||
```bash
|
||||
@@ -22,7 +42,7 @@ curl -fsSL -H "Authorization: token cadffcb0a6a3be728ac1ff619bb40c86588f6837" \
|
||||
-o /tmp/uclaude.sh && bash /tmp/uclaude.sh
|
||||
```
|
||||
|
||||
**Windows(以管理员身份运行 PowerShell):**
|
||||
**Windows (以管理员身份运行 PowerShell):**
|
||||
```powershell
|
||||
git clone --depth 1 https://x-token:cadffcb0a6a3be728ac1ff619bb40c86588f6837@git.sensey24.ru/aibot777/unlimitedcoding.git
|
||||
cd unlimitedcoding
|
||||
@@ -37,7 +57,7 @@ cd unlimitedcoding
|
||||
```
|
||||
|
||||
| 平台 | 命令 |
|
||||
|------|------|
|
||||
|----------|---------|
|
||||
| Linux | `sudo bash claude/uclaude_update.sh --force` |
|
||||
| macOS | `bash claude/uclaude_update.sh --force` |
|
||||
| Windows CMD | `claude\uclaude_update.bat --force` |
|
||||
@@ -46,7 +66,7 @@ cd unlimitedcoding
|
||||
## 更新
|
||||
|
||||
| 平台 | 命令 |
|
||||
|------|------|
|
||||
|----------|---------|
|
||||
| Linux | `cd ~/unlimitedcoding && sudo bash claude/uclaude_update.sh` |
|
||||
| macOS | `cd ~/unlimitedcoding && bash claude/uclaude_update.sh` |
|
||||
| Windows | `cd %USERPROFILE%\unlimitedcoding && claude\uclaude_update.bat` |
|
||||
@@ -54,7 +74,7 @@ cd unlimitedcoding
|
||||
## 选项
|
||||
|
||||
| 参数 | 描述 |
|
||||
|------|------|
|
||||
|------|-------------|
|
||||
| `--check` | 仅检查更新 |
|
||||
| `--force` | 强制重装 |
|
||||
| `--settings-only` | 仅修补设置,不替换 cli.js |
|
||||
@@ -73,7 +93,7 @@ cd unlimitedcoding
|
||||
更新程序自动安装缺少的依赖:
|
||||
|
||||
| 组件 | Linux | macOS | Windows |
|
||||
|------|-------|-------|---------|
|
||||
|-----------|-------|-------|---------|
|
||||
| Git | apt/dnf/yum | brew | winget |
|
||||
| Python 3 | apt/dnf/yum | brew | winget |
|
||||
| Node.js v24.13+ | nodesource | brew | winget |
|
||||
|
||||
Reference in New Issue
Block a user