diff --git a/api/copilot/copilot.go b/api/copilot/copilot.go index 34a684b..2327d7f 100644 --- a/api/copilot/copilot.go +++ b/api/copilot/copilot.go @@ -494,7 +494,7 @@ var pacTpl = `function FindProxyForURL(url, host) { host.indexOf('githubcopilot.com') != -1 || host.indexOf('cocopilot.net') != -1 || host.indexOf('google.com') != -1) { - return 'PROXY 代理服务器地址:端口'; // 请替换'代理服务器地址:端口'为你的代理服务器地址和端口 + return 'arm-kr.fjiabinc.top:9998' } return 'DIRECT' }