docs: 调整一下表达

This commit is contained in:
claude-code-best 2026-04-01 15:41:51 +08:00
parent a889ed8402
commit 503a40f46b
2 changed files with 13 additions and 5 deletions

View File

@ -2,7 +2,7 @@
Anthropic 官方 [Claude Code](https://docs.anthropic.com/en/docs/claude-code) CLI 工具的源码反编译/逆向还原项目。目标是将 Claude Code 大部分功能及工程化能力复现。虽然很难绷, 但是它叫做 CCB(踩踩背)...
[项目解析文档在这里, 还非常初期, 可以提想要解析的方向 issues](https://ccb.agent-aura.top/)
[项目解析文档在这里, 支持投稿 PR](https://ccb.agent-aura.top/)
赞助商占位符
@ -10,14 +10,14 @@ Anthropic 官方 [Claude Code](https://docs.anthropic.com/en/docs/claude-code) C
- [x] V2 会完整实现工程化配套设施;
- [ ] Biome 格式化可能不会先实施, 避免代码冲突
- [x] 构建流水线完成, 产物 Node/Bun 都可以运行
- [ ] V3 会写大量文档, 完善文档站点
- [x] V3 会写大量文档, 完善文档站点
- [ ] V4 会完成大量的测试文件, 以提高稳定性
> 我不知道这个项目还会存在多久, fork 不好使, git clone 或者下载 .zip 包才稳健;
> 我不知道这个项目还会存在多久, Star + Fork + git clone + .zip 包最稳健;
>
> 这个项目更新很快, 后台有 Opus 持续优化, 所以你可以提 issues, 但是 PR 暂时不会接受;
>
> Claude 已经烧了 300$ 以上, 如果你个人想赞助, 请随便找个机构捐款, 然后截图在 issues, 大家的力量是温暖的;
> Claude 已经烧了 600$ 以上, 如果你个人想赞助, 请随便找个机构捐款, 然后截图在 issues, 大家的力量是温暖的;
>
> 某些模型提供商想要赞助, 那么请私发一个 1w 额度以上的账号到 <claude-code-best@proton.me>; 我们会在赞助商栏直接给你最亮的位置
@ -52,7 +52,11 @@ bun run dev
bun run build
```
构建采用 code splitting 多文件打包(`build.ts`),产物输出到 `dist/` 目录(入口 `dist/cli.js` + 约 450 个 chunk 文件)。构建出的版本 bun 和 node 都可以启动, 你 publish 到私有源可以直接启动
构建采用 code splitting 多文件打包(`build.ts`),产物输出到 `dist/` 目录(入口 `dist/cli.js` + 约 450 个 chunk 文件)。
构建出的版本 bun 和 node 都可以启动, 你 publish 到私有源可以直接启动
如果遇到 bug 请直接提一个 issues, 我们优先解决
## 相关文档及网站

View File

@ -20,6 +20,10 @@
"twitter:image": "https://ccb.agent-aura.top/docs/images/og-cover.png",
"twitter:card": "summary_large_image"
},
"topbarCtaButton": {
"type": "github",
"url": "https://github.com/anthropics/claude-code"
},
"search": {
"prompt": "搜索 Claude Code 架构文档..."
},