📌 📄 内容摘要:
宙斯 (@Zeus) 在 书接上文,claude code 账号池版本,开动~ 中发帖
你只需要在你的.claude/setting.json 中的 env 字段下加入这两段:
"ANTHROPIC_API_KEY": "sk-jn0fhoMxvA8bk2SWPLgeolqAXriBPIc8",
"ANTHROPIC_BASE_URL": "https://code.fkclaude.com/api",
或者使用这俩脚本 (claude code 写的):
macos:
#!/bin/bash
echo "Checking for Claude Code installation..."
# Check if claudecode command exists
if command -v claudecode &> /dev/null; then
echo "Claude Code is already installed."
else
...
────────── 链接信息 ────────── 🔗 论坛链接: linux.do 📎 访问地址: https://linux.do/t/topic/747059/1 ─────────────────────────────
📢 来源:LINUX DO