Initial commit: Claude Code deployment guide

This commit is contained in:
Rosmontis_Cloud 2026-07-01 17:36:46 +08:00
commit d18ac31796
2 changed files with 22 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
node_modules/
.env
*.log
.DS_Store

18
README.md Normal file
View File

@ -0,0 +1,18 @@
# Claude Code 部署教程
通过 cc-switch 切换国内模型的 Claude Code 部署指南。
## 内容
- [ ] Claude Code 安装
- [ ] cc-switch 配置
- [ ] 国内模型接入(硅基流动 / 阿里云 / 等)
- [ ] 常见问题
## 前提
- Node.js 18+
- 国内模型 API Key
## 待补充...