Posts

Showing posts from June, 2026

Claude Code 薅 DeepSeek/Agnes 羊毛 | Claude Code Freeloads DeepSeek & Agnes

Image
2026年了,还给Anthropic交保护费?CC Switch一插,DeepSeek和Agnes免费往里怼,Claude Code秒变“白嫖王”,又香又稳,无脑上车。 It’s 2026. Why still paying Anthropic $200/month? Just CC Switch free DeepSeek/Agnes into Claude Code. Become the Freeload King. No cap. 超详细保姆级步骤/Super Detailed Steps(Mac / Windows / Linux) 1.安装 Claude Code 终端运行官方安装命令(Node.js 18+ 已安装即可)/Install Claude Code curl -fsSL https://claude.ai/install.sh | sh 2.下载安装 CC Switch(图形化切换神器)/Install CC Switch GitHub 地址:https://github.com/farion1231/cc-switch/releases 下载对应系统最新版本安装(Mac 用 .dmg / zip,Windows 用 .msi,Linux 有 AppImage) 3.注册并获取 DeepSeek API Key/Get DeepSeek API Key 打开 https://platform.deepseek.com/api_keys 注册登录 → 创建新 Key(邮箱即可,无需银行卡) 4.在 CC Switch 中添加 DeepSeek/Add DeepSeek in CC Switch 打开 CC Switch → New Provider → 选择 DeepSeek 预设(或 Custom)  Base URL: https://api.deepseek.com/anthropic   API Key: 粘贴刚才的 Key   模型映射:Primary(Opus位)→ deepseek-v4-pro;Haiku/Sonnet位 → deepseek-v4-flash 5.接入 Agnes AI 免费版(纯白嫖)/Add Free Agnes AI 打开 https://platform...

3分钟自建,CF+爱菊痛 | 3-minute self-build, CF + Edgetunnel

Image
现在最香的玩法,就是把 Cloudflare 当“免费高速公路”,GitHub 当“仓库管理员”,再让 edgetunnel 当“交通指挥”。不用买服务器、不用折腾运维,大多数时候都能稳定工作。唯一的小脾气是免费服务偶尔会“请个假”,所以多备一个方案,就像带把备用雨伞一样安心。 Think of Cloudflare as a free global highway, GitHub as the warehouse manager, and edgetunnel as the traffic controller. No VPS, no heavy maintenance, and surprisingly smooth for daily use. The only catch? Free services sometimes take an unexpected coffee break. Keeping a backup setup is like carrying an extra umbrella—rarely needed, but very comforting. 超详细保姆级步骤/Super Detailed Step-by-Step: 1.注册账号 / Register Accounts 准备好 GitHub 账号 和 Cloudflare 账号(邮箱就能注册) Get a GitHub account and a Cloudflare account (email only) 2.Fork 项目 / Fork edgetunnel 打开github 爱菊痛,点右上角 Fork 到自己仓库 3.连接 Cloudflare Pages / Connect to Cloudflare Pages 登录 Cloudflare → Pages → Connect to GitHub → 选中你刚 Fork 的仓库 Cloudflare Dashboard → Pages → Connect to GitHub → Select your forked repo. 4.部署项目 / Deploy 框架选 Pages,直接点 Deploy(不用改任何设置) Choose Pages framework and click Deploy (no changes ...