mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
use redirect for bingAI
This commit is contained in:
parent
a2c2729725
commit
33d2db03b7
9 changed files with 272 additions and 67 deletions
|
@ -108,9 +108,9 @@ c[cssFlag]: For example, "c12" will apply the third and fourth
|
|||
|
||||
<guid>/zh/tips/</guid>
|
||||
<description>免魔法国内直接使用系列
|
||||
newbing/chatgpt/必应写作/AI画图
|
||||
使用重定向访问国外技术网址
|
||||
google翻译
|
||||
newbing/chatgpt/必应写作/AI画图
|
||||
目录配置及使用外部文件管理器
|
||||
超微浏览器可以将配置目录或子目录符号链接至任意外部公共目录。安装有定制termux的用户也可以使用移动设备自带或第三方文件管理器管理超微内部指定目录。具体配置可见Shell command mode。
|
||||
准确显示PC网页:
|
||||
|
@ -127,7 +127,9 @@ UA为非默认时,点击PC按钮将恢复UA为默认,同时触发不保存UA
|
|||
在浏览器文件管理器中长按文件名,弹出菜单中选择分享,系统会优先弹出相应的文件编辑器。
|
||||
配置文件列表中直接点击文件名即可编辑。
|
||||
免魔法直接使用newbing/chatgpt/必应写作/AI画图 总要求:长按底部&quot;PC&quot;按钮选择user-agent为&quot;edge&quot;。用户需登录微软网站比如cn.bing.com,帐号已经开通newbing。
|
||||
方法1:
|
||||
方法0:
|
||||
使用重定向访问国外技术网址,使用cloudflare workers 全局重定向代码。请帮助改良维护workers代码。
|
||||
方法1(不再维护):
|
||||
点击一键安装必应AI
|
||||
或者分步安装:
|
||||
安装界面html, bingChat &amp; Write自带魔法直接界面
|
||||
|
@ -137,10 +139,7 @@ Click to append to &quot;hosts&quot;, edit the last part as magic url do
|
|||
点击界面入口
|
||||
可配置魔法url, 上述hosts文件作相应修改。 详情
|
||||
方法2: 可以采用超级书签/直接界面+脚本+hosts。
|
||||
其中超级书签固定bingchat入口。
|
||||
脚本重定向api至魔法师.
|
||||
hosts防污染。
|
||||
bingChat能够正常使用时保存为超级书签 (长按底部右箭头按钮),下次再次需要使用时恢复即可 (按设置按钮然后点击超级书签链接)。</description>
|
||||
其中超级书签固定bingchat入口。</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>/zh/_posts/</loc>
|
||||
<lastmod>2023-06-17T07:56:09+08:00</lastmod>
|
||||
<lastmod>2023-07-18T10:53:14+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
|
@ -27,19 +27,6 @@
|
|||
hreflang="zh"
|
||||
href="/zh/tags/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/zh/</loc>
|
||||
<lastmod>2023-07-05T09:05:41+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="/en/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
href="/zh/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/zh/tags/%E5%9B%BD%E5%A4%96%E7%BD%91%E5%9D%80/</loc>
|
||||
<lastmod>2023-06-17T07:56:09+08:00</lastmod>
|
||||
|
@ -74,7 +61,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/zh/tips/</loc>
|
||||
<lastmod>2023-06-12T09:57:14+08:00</lastmod>
|
||||
<lastmod>2023-07-18T10:53:14+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
|
|
|
@ -47,9 +47,9 @@
|
|||
|
||||
</ul>
|
||||
<p><strong>免魔法国内直接使用系列</strong><br>
|
||||
<a href="#newbing">newbing/chatgpt/必应写作/AI画图</a><br>
|
||||
<a href="../redirect/index.html">使用重定向访问国外技术网址</a><br>
|
||||
<a href="../rjs/index.html">google翻译</a></p>
|
||||
<a href="../rjs/index.html">google翻译</a><br>
|
||||
<a href="#newbing">newbing/chatgpt/必应写作/AI画图</a></p>
|
||||
<p><strong>目录配置及使用外部文件管理器</strong><br>
|
||||
超微浏览器可以将配置目录或子目录符号链接至任意外部公共目录。安装有定制termux的用户也可以使用移动设备自带或第三方文件管理器管理超微内部指定目录。具体配置可见<a href="../../en/acmd/index.html">Shell command mode</a>。</p>
|
||||
<p><strong>准确显示PC网页</strong>:<br>
|
||||
|
@ -69,7 +69,11 @@ UA为非默认时,点击PC按钮将恢复UA为默认,同时触发不保存UA
|
|||
<p>总要求:长按底部"PC"按钮选择user-agent为"edge"。用户需登录微软网站比如cn.bing.com,帐号已经开通newbing。</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>方法1:</p>
|
||||
<p>方法0:<br>
|
||||
<a href="../redirect/index.html">使用重定向访问国外技术网址</a>,使用<a href="../../en/searchurl/cloudflare/pbing.js">cloudflare workers 全局重定向代码</a>。请帮助改良维护workers代码。</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>方法1(不再维护):</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>点击一键安装<a href="i:b1%0AInstall bing chat UI%0A%0Ai:0hsitecache/www.bing.com/ai.html:../../en/searchurl/bingAI/bing.html%0AInstall bing compose UI%0A%0Ai:0hsitecache/www.bing.com/write.html:../../en/searchurl/bingAI/write.html%0AInstall bing Draw UI%0A%0Ai:0hsitecache/www.bing.com/draw.html:../../en/searchurl/bingAI/draw.html%0AConfig hosts%0A空格后为魔法域名,请按需修改%0Ai:0ghosts::www.bing.com;Access-Control-Allow-Origin;https://www.bing.com mybing.xn--xyza.top%0a%0Ai:52:https://www.bing.com/ai.html%0Ai:52:https://www.bing.com/write.html%0Ai:52:https://www.bing.com/draw.html">必应AI</a></p>
|
||||
|
@ -98,8 +102,8 @@ UA为非默认时,点击PC按钮将恢复UA为默认,同时触发不保存UA
|
|||
</ul>
|
||||
|
||||
</div>
|
||||
<p>Last Modified: 12 June 2023<br>
|
||||
adjust mirror order in README<br>
|
||||
<p>Last Modified: 18 July 2023<br>
|
||||
revert back redirect.js<br>
|
||||
<pre></pre>
|
||||
</p>
|
||||
<script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue