wang (@liunx)API站的羊毛,Claude Code,注册即可得到额度奖励,100美金羊毛来了~ 中发帖

[image] 
API站的羊毛,Claude Code,注册即可得到额度奖励,100美金羊毛来了~
[图片]
1️⃣ 安装 Node.js(已安装可跳过 )
确保 Node.js 版本 ≥ 18.0
# Ubuntu / Debian 用户
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo bash -
sudo apt-get install -y nodejs
node --version

# macOS 用户
sudo xcode-select --install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install node
node --v...