# Ai Claude Code

# AI 👍

# 🧩 AI Claude 接口相关

编译条件 标题 推荐 vpn
https://api.codemirror.codes/register?aff=1aHj (opens new window) 【Code Router】 超稳定 ⭐⭐⭐⭐⭐ yes
https://www.88code.org/register?ref=NTPCSA (opens new window) [vpn]:88 claude ⭐⭐⭐⭐⭐ 凑活,服务器容易停掉

# 🧩 AI相关 在线访问

编译条件 标题 推荐 vpn
https://chatgpt.com (opens new window) [vpn]:chatgpt 5.0 ⭐⭐⭐⭐⭐ yes
https://chat.qwen.ai/ (opens new window) [阿里]:通义Qwen3 ⭐⭐⭐
https://www.doubao.com/chat/ (opens new window) [抖音]:豆包AI ⭐⭐⭐
https://d.design/?from=sjdr2 (opens new window) Ai画图
https://aichatru.ru/zh-CN (opens new window) Ai-GPT4.1
https://comiai.cc/ (opens new window) Ai-GPT4.1
https://anyrouter.top/ (opens new window) GPT ⭐每日签到:领取35美金⭐
https://www.gentube.app/onboarding (opens new window) Ai画图

# Claude Code Windows使用指南

# 1.安装Node.js环境:

node --version
npm --version

✅ Copy success!
# 2. 安装 Claude Code

npm install -g @anthropic-ai/claude-code --registry=https://registry.npmmirror.com


claude --version

claude update

✅ Copy success!
# 3. 配置 Claude Code

npm install -g @anthropic-ai/claude-code --registry=https://registry.npmmirror.com

# 设置用户级环境变量(永久生效)
[System.Environment]::SetEnvironmentVariable("ANTHROPIC_BASE_URL", "https://www.88code.org/api", [System.EnvironmentVariableTarget]::User)
[System.Environment]::SetEnvironmentVariable("ANTHROPIC_AUTH_TOKEN", "你的API密钥", [System.EnvironmentVariableTarget]::User)


PowerShell 

echo $env:ANTHROPIC_BASE_URL
echo $env:ANTHROPIC_AUTH_TOKEN


✅ Copy success!