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

@@ -52,7 +52,7 @@ Usage: powershell -ExecutionPolicy Bypass -File setup-claude-code.ps1 [OPTIONS]
This script automatically tests multiple API endpoints and selects the working one:
- https://api.xcodecli.com
- https://newapi.sususu.cf
- https://api2.xcodecli.com
Options:
-ApiKey <KEY> Set the API key
@@ -113,7 +113,7 @@ function Test-ApiConnection {
$testUrls = @(
"https://api.xcodecli.com",
"https://newapi.sususu.cf"
"https://api2.xcodecli.com"
)
Write-Info "Testing API connections..."