Private
Public Access
1
0

docs: 更新 API 分组说明、客户端推荐及重启终端提醒
All checks were successful
Deploy to Cloudflare Pages / deploy (push) Successful in 1m4s

- 文档新增 ccmax/cc2api 分组说明:cc2api 推荐优先使用(Claude 系列,无客户端限制),ccmax 仅限 Claude Code
- 推荐 OpenCode、OpenClaw 作为 cc2api 客户端,GPT 模型推荐 v1/responses 端点
- Cherry Studio 兼容性说明更新:支持所有模型,仅 ccmax 分组 Claude 模型不可用
- 所有脚本重启终端提示改为中文
- 三个工具文档页及快速开始页添加重启终端 warning 框
This commit is contained in:
2026-02-25 17:13:22 +08:00
parent a443b11326
commit 7c4d947400
17 changed files with 283 additions and 543 deletions

View File

@@ -530,7 +530,7 @@ function Main {
}
Write-Host ""
Write-Warning "Please restart your terminal for environment variables to take effect."
Write-Warning "⚠️ 请重启终端使环境变量生效,然后再启动 Gemini CLI"
} else {
Write-Error "Failed to create Gemini CLI settings"
exit 1

View File

@@ -534,7 +534,7 @@ EOF
fi
echo
print_warning "Please restart your terminal or run 'source $(get_shell_rc)' for environment variables to take effect."
print_warning "⚠️ 请重启终端(或执行 'source $(get_shell_rc)')使环境变量生效,然后再启动 Gemini CLI"
}
# Run main function