本文最后更新于 about 1 year ago,文中所描述的信息可能已发生改变。
该教程使用到了
Replit
平台Education
账号,普通账号流量限制10G
部署
直接上干货,够可以吧😄
创建ReplFork
老步骤,啊不对,这次换新玩意,不然搞不定。
打开项目模板,点击Use Template
,项目名称随意,Owner
选择你的Teams
中的账号,我这里使用Education
账号作为演示
html
项目模板:https://replit.com/@Cloudflare/Cloudflare-Workers
配置
先点击Run
跑一遍,按Y回车,然后等待依赖下载完
依赖下载完成,如下图,再次按下回车
如Webview
选项卡出现内容,即可继续下面的操作
左边文件树,src -> index.ts
,打开,使用以下链接内的代码覆盖里面的内容
html
代码链接:https://raw.githubusercontent.com/MengNianxiaoyao/gh-proxy/master/index.js
国内用户:https://ghproxy.com/https://raw.githubusercontent.com/MengNianxiaoyao/gh-proxy/master/index.js
如果还在运行,则停止重新运行