Skip to content

Commit ca4e802

Browse files
authored
Update README.zh.md
1 parent 420cf54 commit ca4e802

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/README.zh.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ ccv -d
4545
⚠️如果你仍然习惯使用claude 原生工具,或者VS code插件,请使用该模式
4646
这个模式下面启动claude 或者 claude --dangerously-skip-permissions 会自动启动一个日志进程帮忙记录请求报文
4747

48+
启动日志模式:
4849
```bash
4950
ccv
5051
```
@@ -57,6 +58,11 @@ ccv
5758
- **Native Install**:自动检测 `claude` 二进制文件,配置本地透明代理,并设置 Zsh Shell Hook 自动转发流量。
5859
- 本项目更推荐使用npm方式安装的claude code。
5960

61+
卸载日志模式:
62+
```bash
63+
ccv --uninstall
64+
```
65+
6066
### 常见问题排查 (Troubleshooting)
6167

6268
如果你遇到无法启动的问题,有一个终极排查方案:
@@ -69,12 +75,6 @@ ccv
6975

7076
以上指令完成后,会更新findcc.js。如果你的项目工程经常需要本地部署。或者fork出去的代码要经常解决安装问题,保留这个文件就可以。下次直接copy 文件。现阶段很多项目和公司用claude code都不是mac部署,而是服务端托管部署,所以作者剥离了findcc.js 这个文件,方便后续跟踪cc-viewer的源代码更新。
7177

72-
### 日志模式的卸载
73-
74-
```bash
75-
ccv --uninstall
76-
```
77-
7878
### 其他辅助指令
7979

8080
查阅

0 commit comments

Comments
 (0)