diff --git a/README.md b/README.md index da3d355..e3f329a 100644 --- a/README.md +++ b/README.md @@ -101,14 +101,18 @@ config.json 时间-合计请求次数: 0 | 成功次数 0 | 失败次数 0 统计次数在00:00:00归零 - - - - 修改%userprofile%\AppData\Local\github-copilot\host.json ```json -{"github.com":{"user":"suibian","oauth_token":"i_am_free","dev_override":{"copilot_token_url":"https://api.example.com/copilot_internal/v2/token"}}} +{ + "github.com":{ + "user":"suibian", + "oauth_token":"i_am_free", + "dev_override":{ + "copilot_token_url":"https://api.example.com/copilot_internal/v2/token" + } + } +} ``` 测试: