mirror of
https://github.com/musistudio/claude-code-router.git
synced 2026-05-04 05:00:07 +00:00
docs: add ccr ui command to README
- Add documentation for the `ccr ui` command to both the English and Chinese README files. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
7faf20e0c8
commit
d013a8a01a
2 changed files with 20 additions and 0 deletions
10
README_zh.md
10
README_zh.md
|
|
@ -162,6 +162,16 @@ ccr code
|
|||
> ccr restart
|
||||
> ```
|
||||
|
||||
### 4. UI 模式
|
||||
|
||||
为了获得更直观的体验,您可以使用 UI 模式来管理您的配置:
|
||||
|
||||
```shell
|
||||
ccr ui
|
||||
```
|
||||
|
||||
这将打开一个基于 Web 的界面,您可以在其中轻松查看和编辑您的 `config.json` 文件。
|
||||
|
||||
#### Providers
|
||||
|
||||
`Providers` 数组是您定义要使用的不同模型提供商的地方。每个提供商对象都需要:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue