From d013a8a01a08bbed6e1188714074b8535e4b0eaa Mon Sep 17 00:00:00 2001 From: musistudio Date: Wed, 30 Jul 2025 14:22:38 +0800 Subject: [PATCH] docs: add ccr ui command to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- README.md | 10 ++++++++++ README_zh.md | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/README.md b/README.md index e064958..1821ea4 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,16 @@ ccr code > ccr restart > ``` +### 4. UI Mode + +For a more intuitive experience, you can use the UI mode to manage your configuration: + +```shell +ccr ui +``` + +This will open a web-based interface where you can easily view and edit your `config.json` file. + #### Providers The `Providers` array is where you define the different model providers you want to use. Each provider object requires: diff --git a/README_zh.md b/README_zh.md index 6e0b3a5..b0439b5 100644 --- a/README_zh.md +++ b/README_zh.md @@ -162,6 +162,16 @@ ccr code > ccr restart > ``` +### 4. UI 模式 + +为了获得更直观的体验,您可以使用 UI 模式来管理您的配置: + +```shell +ccr ui +``` + +这将打开一个基于 Web 的界面,您可以在其中轻松查看和编辑您的 `config.json` 文件。 + #### Providers `Providers` 数组是您定义要使用的不同模型提供商的地方。每个提供商对象都需要: