Private
Public Access
1
0

fix: update API endpoint from newapi.sususu.cf to api2.xcodecli.com in scripts and documentation

This commit is contained in:
2025-11-12 16:13:58 +08:00
parent a6a3bb5388
commit dbea04aa17
5 changed files with 8 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ XCodeCLI-Shells 是一个跨平台的配置工具集,用于设置 Claude Code
### 🚀 一行命令快速配置
> **注意**: 请将 `YOUR_API_KEY` 替换为您的实际 API 密钥。脚本会自动测试 `https://api.xcodecli.com` 和 `https://newapi.sususu.cf`,选择可用的端点。
> **注意**: 请将 `YOUR_API_KEY` 替换为您的实际 API 密钥。脚本会自动测试 `https://api.xcodecli.com` 和 `https://api2.xcodecli.com`,选择可用的端点。
#### Windows (PowerShell)
@@ -151,7 +151,7 @@ sudo dnf install jq
> **自动端点发现**: 脚本会自动测试以下端点并选择第一个可用的:
>
> - `https://api.xcodecli.com`
> - `https://newapi.sususu.cf`
> - `https://api2.xcodecli.com`
### Bash 脚本参数