-
拥有 ChatGPT ApiKey的小伙伴,可以直接在这个网站 x.5hui.win/ 使用,操作简单,页面美观,使用方便
-
操作方法:设置=》勾选自定义接口=》输入APIKey
-
没有 ApiKey 的,这里提供一个方法来获取免费的 Key,按照步骤依次操作
-
首先解决页面打不开问题
-
-
用到了浏览器插件 ReplaceGoogleCDN
-
建议手动安装插件,下载地址 download
下载 ReplaceGoogleCDN 然后解压, 找到 extension 子目录 打开 Chrome,输入: chrome://extensions/(Edge 浏览器 edge://extensions/) 勾选 Developer Mode 选择 Load unpacked extension...(加载解压缩的扩展) 然后定位到刚才解压的文件夹里面的 extension 目录,确定 这就安装好了,去掉 Developer Mode 勾选。 -
原理:把加载慢的资源替换成国内 cdn 静态资源托管库 Staticfile CDN - Powered by 七牛
-
配合插件替换网页资源文件地址
-
设置替换策略步骤:扩展选项=》扩展高级选项设置=》自定义规则, 填写如下规则后点击新增规则
-
[ { "action": { "redirect": { "regexSubstitution": "https://cdn.staticfile.org/waline/2.15.8/waline.css" }, "type": "redirect" }, "condition": { "regexFilter": "https://unpkg.com/@waline/client@v2/dist/waline.css", "requestDomains": [ "unpkg.com" ], "resourceTypes": [ "main_frame", "sub_frame", "stylesheet", "script", "image", "font", "object", "xmlhttprequest", "ping", "csp_report", "media", "websocket", "other" ] }, "id": 20001, "priority": 1 }, { "action": { "redirect": { "regexSubstitution": "https://cdn.staticfile.org/waline/2.15.8/waline.min.js" }, "type": "redirect" }, "condition": { "regexFilter": "https://unpkg.com/@waline/client@v2/dist/waline.mjs", "requestDomains": [ "unpkg.com" ], "resourceTypes": [ "main_frame", "sub_frame", "stylesheet", "script", "image", "font", "object", "xmlhttprequest", "ping", "csp_report", "media", "websocket", "other" ] }, "id": 20002, "priority": 1 } ]
-
-
页面打开后用自己的邮箱按提示获取 API Key 就可以
-
再次打开 x.5hui.win, 设置=》勾选自定义接口=》填入刚刚获取到的两个配置