update readme/codeTipsProxy.md.

Signed-off-by: luyoyu <8829470+chuangxxt@user.noreply.gitee.com>
This commit is contained in:
luyoyu 2023-09-20 19:30:53 +00:00 committed by Gitee
parent 684e35ce4d
commit 98f631c6af
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -14,11 +14,11 @@
```js ```js
"https://copilot-proxy.githubusercontent.com" "https://copilot-proxy.githubusercontent.com"
替换为"http://127.0.0.1" (你的url) 替换为"https://127.0.0.1" (你的url)
这个是代码提示接口 这个是代码提示接口
--------------------------------------------------------------- ---------------------------------------------------------------
"https://copilot-telemetry.githubusercontent.com/telemetry" "https://copilot-telemetry.githubusercontent.com/telemetry"
替换为"http://127.0.0.1/telemetry" (你的url/telemetry) 替换为"https://127.0.0.1/telemetry" (你的url/telemetry)
这个应该是copilot把你代码上传拿去深度学习的,直接改成null好像也不影响使用 这个应该是copilot把你代码上传拿去深度学习的,直接改成null好像也不影响使用
``` ```
@ -45,8 +45,12 @@ set "GITHUB_SERVER_URL=https://github.com"
全部接口代理后是走一个ip了虽然不知道有没有意义 全部接口代理后是走一个ip了虽然不知道有没有意义
如果你是贩子,甚至可以搞点有意思的东西 不过可以搞点有意思的东西
```json
"diyMsg":"//授权已经过期,重新获取-> https://gitee.com/chuangxxt/share-copilot",
"isModMsg":false
```
![输入图片说明](ceshi.gif) ![输入图片说明](ceshi.gif)