mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
add i:8d[url] to force downloading
This commit is contained in:
parent
a548a5d8a5
commit
f736bbfd88
4 changed files with 11 additions and 7 deletions
|
@ -290,6 +290,10 @@ Similar to i:5i, except executing the js file after possible url hash change.</p
|
||||||
Visiting [url], but use the second url as auto paging url.</p>
|
Visiting [url], but use the second url as auto paging url.</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
<p>i:8d[url]<br>
|
||||||
|
Force downloading [url]</p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
<p>i:8l[filename]<br>
|
<p>i:8l[filename]<br>
|
||||||
Loading configuration [filename]. Ex. "i:8lconfig.html" to reload config.html.</p>
|
Loading configuration [filename]. Ex. "i:8lconfig.html" to reload config.html.</p>
|
||||||
</li>
|
</li>
|
||||||
|
@ -307,8 +311,8 @@ Bundle of internal urls, if it is an "i:0" url, then it should have th
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<p>Last Modified: 5 June 2023<br>
|
<p>Last Modified: 17 June 2023<br>
|
||||||
add long screenshot support<br>
|
add i:8d[url] to force downloading<br>
|
||||||
<pre>i:56 urls support CTRL_A to CTRL-Z
|
<pre>i:56 urls support CTRL_A to CTRL-Z
|
||||||
</pre>
|
</pre>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||||
<url>
|
<url>
|
||||||
<loc>/en/_posts/</loc>
|
<loc>/en/_posts/</loc>
|
||||||
<lastmod>2023-06-17T07:35:57+08:00</lastmod>
|
<lastmod>2023-06-17T15:51:12+08:00</lastmod>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="zh"
|
hreflang="zh"
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>/en/</loc>
|
<loc>/en/</loc>
|
||||||
<lastmod>2023-06-17T07:35:57+08:00</lastmod>
|
<lastmod>2023-06-17T15:51:12+08:00</lastmod>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="zh"
|
hreflang="zh"
|
||||||
|
@ -71,7 +71,7 @@
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>/en/links/</loc>
|
<loc>/en/links/</loc>
|
||||||
<lastmod>2023-06-05T08:23:14+08:00</lastmod>
|
<lastmod>2023-06-17T15:51:12+08:00</lastmod>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="zh"
|
hreflang="zh"
|
||||||
|
|
|
@ -6,4 +6,4 @@
|
||||||
location.href = "https://s1.asytech.cn/s/tQrgT5kBRg8Trry/download?path=%2F&files=uweb"+
|
location.href = "https://s1.asytech.cn/s/tQrgT5kBRg8Trry/download?path=%2F&files=uweb"+
|
||||||
latestV + ".apk&downloadStartSecret=aisiyi";
|
latestV + ".apk&downloadStartSecret=aisiyi";
|
||||||
</script>
|
</script>
|
||||||
<iframe src="en/changelog/index.html" onload="this.height='100%'" width='100%' frameBorder="0" scrolling="no" marginHeight="0" marginWidth="0"></iframe>
|
<a href="en/changelog/index.html">Release notes</a>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<sitemap>
|
<sitemap>
|
||||||
<loc>en/sitemap.xml</loc>
|
<loc>en/sitemap.xml</loc>
|
||||||
|
|
||||||
<lastmod>2023-06-17T07:35:57+08:00</lastmod>
|
<lastmod>2023-06-17T15:51:12+08:00</lastmod>
|
||||||
|
|
||||||
</sitemap>
|
</sitemap>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue