diff --git a/en/links/index.html b/en/links/index.html
index 0d169c1a..7f028989 100644
--- a/en/links/index.html
+++ b/en/links/index.html
@@ -295,11 +295,16 @@ The "Host" Header (fake header, different from the standard) must be t
Ex. i:92Host;209.216.230.240:https://news.ycombinator.com
use "i:0mi:92Host;209.216.230.240::https://news.ycombinator.com" to visit the site with specified IP address.
i:b1[internal urls separated by newline]
+Bundle of internal urls, if it is an "i:0" url, then it should have the following format:
+[title\n][msg\n][i:0url].
Last Modified: 10 April 2023
-enhance :0cc cookie copy
+
Last Modified: 18 April 2023
+support bundled installation
i:56 urls support CTRL_A to CTRL-Zdiff --git a/en/searchurl/bingAI/js/bingChatHub.js b/en/searchurl/bingAI/js/bingChatHub.js index 89a90eff..02826fd3 100644 --- a/en/searchurl/bingAI/js/bingChatHub.js +++ b/en/searchurl/bingAI/js/bingChatHub.js @@ -234,7 +234,7 @@ async function createChat(theChatType) { do { try { let url = URLTrue(magicUrl,'turing/conversation/create'); - let res = await fetch(url, {credentials: "include"}); + let res = await fetch(url); let resjson = await res.json(); if (!resjson.result || resjson.result.value != 'Success') { mes = resjson; diff --git a/en/sitemap.xml b/en/sitemap.xml index 68aa7256..c5d3908c 100644 --- a/en/sitemap.xml +++ b/en/sitemap.xml @@ -3,7 +3,7 @@ xmlns:xhtml="http://www.w3.org/1999/xhtml">
方法1: bingChat & Write自带魔法直接界面
-要求: 安装界面html
-勾选选项“使用离线缓存”, "使用hosts"
方法1:
+点击一键安装必应AI
+或者分步安装:
+安装界面html, bingChat & Write自带魔法直接界面
hosts文件内添加一行(允许发送cookie至魔法url):
Click to append to "hosts", edit the last part as magic url domain
点击界面入口
+
使用: 勾选选项“使用离线缓存”, "使用hosts"
+点击界面入口
可配置魔法url, 上述hosts文件作相应修改。 详情
方法2: 可以采用超级书签/直接界面+脚本+hosts。
其中超级书签固定bingchat入口。
@@ -85,8 +95,8 @@ UA为非默认时,点击PC按钮将恢复UA为默认,同时触发不保存UA
配置文件列表中直接点击文件名即可编辑。
Last Modified: 17 April 2023
-add mimetype uwebA
+
Last Modified: 18 April 2023
+support bundled installation