From 45a6242e51f5187b43ad6acf655e18c1a222bcea Mon Sep 17 00:00:00 2001 From: ben Gutier Date: Sat, 9 Sep 2023 10:47:53 +0800 Subject: [PATCH] Initial commit --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) 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" + } + } +} ``` 测试: