mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
support bundled installation
This commit is contained in:
parent
acef3cbd59
commit
b21c1074d7
8 changed files with 42 additions and 23 deletions
|
@ -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<br>
|
||||
use "i:0mi:92Host;209.216.230.240::https://news.ycombinator.com" to visit the site with specified IP address.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>i:b1[internal urls separated by newline]<br>
|
||||
Bundle of internal urls, if it is an "i:0" url, then it should have the following format:<br>
|
||||
[title\n][msg\n][i:0url].</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<p>Last Modified: 10 April 2023<br>
|
||||
enhance :0cc cookie copy<br>
|
||||
<p>Last Modified: 18 April 2023<br>
|
||||
support bundled installation<br>
|
||||
<pre>i:56 urls support CTRL_A to CTRL-Z
|
||||
</pre>
|
||||
</p>
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>/en/_posts/</loc>
|
||||
<lastmod>2023-04-17T11:05:09+08:00</lastmod>
|
||||
<lastmod>2023-04-18T16:06:03+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
|
@ -58,7 +58,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/en/</loc>
|
||||
<lastmod>2023-04-17T11:05:09+08:00</lastmod>
|
||||
<lastmod>2023-04-18T16:06:03+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
|
@ -71,7 +71,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/en/links/</loc>
|
||||
<lastmod>2023-04-10T08:20:10+08:00</lastmod>
|
||||
<lastmod>2023-04-18T16:06:03+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue