We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb5e1f commit e51221dCopy full SHA for e51221d
cloudflare.worker.js
@@ -5,8 +5,8 @@
5
使用此方式,不需要购买海外服务器,替换 /class/Class.ChatGPT.php 中的 api.openai.com 域名后,直接将本项目开源代码部署到国内服务器即可使用。
6
7
使用方法:
8
- 1、在 CloudFlare 添加一个域名,注意只能填一级域名,不能填字域名,所以可以新注册一个便宜域名专门做这个事情;
9
- 2、添加域名,同时 在域名注册商处把域名的 dns 设为 CloudFlare 的 dns 地址;
+ 1、在 CloudFlare 添加一个域名,注意只能填一级域名,不能填子域名,所以可以新注册一个便宜域名专门做这个事情;
+ 2、添加域名后,在域名注册商处把域名的 dns 设为 CloudFlare 的 dns 地址;
10
3、等待域名生效,大概需要十几分钟到一个小时不等;
11
4、添加一个 Worker ,把以下代码复制到进去;
12
5、点击 Worker 的 Trigger 界面,设置自定义域名,选择第一步添加的域名;
0 commit comments