Skip to main content

Appinn Feed|小众软件

这里有小众软件和发现频道的内容更新,以及一个绑定的私有群组。

💬 吹水群:https://t.me/appinn
📖 RSS 订阅地址:https://feeds.feedburner.com/apipnntgfeed
📣 发现频道 @appinnfaxian

在这个频道发布广告(Buy ads on this channel): https://telega.io/c/appinnfeed
  1. Any Router 是一个纯 Claude Code 中转,就是能白嫖 Claude Code,因为现在注册就送 50 刀额度:

    https://anyrouter.top/register?aff=CCGf

    使用指南:

    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 --version


    2️⃣ 安装 Claude Code

    npm install -g @anthropic-ai/claude-code
    claude --version


    3️⃣ 开始使用


    获取 Auth Token: ANTHROPIC_AUTH_TOKEN :注册后在 API令牌 页面点击 添加令牌 获得(以 sk- 开头)
    名称随意,额度建议设为无限额度,其他保持默认设置即可

    API地址: ANTHROPIC_BASE_URL:https://anyrouter.top 是本站的 API 服务地址,与主站地址相同

    在您的项目目录下运行:
    cd your-project-folder
    export ANTHROPIC_AUTH_TOKEN=sk-... 
    export ANTHROPIC_BASE_URL=https://anyrouter.top
    claude