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>
|
||||
</li>
|
||||
<li>
|
||||
<p>i:8d[url]<br>
|
||||
Force downloading [url]</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>i:8l[filename]<br>
|
||||
Loading configuration [filename]. Ex. "i:8lconfig.html" to reload config.html.</p>
|
||||
</li>
|
||||
|
@ -307,8 +311,8 @@ Bundle of internal urls, if it is an "i:0" url, then it should have th
|
|||
</ul>
|
||||
|
||||
</div>
|
||||
<p>Last Modified: 5 June 2023<br>
|
||||
add long screenshot support<br>
|
||||
<p>Last Modified: 17 June 2023<br>
|
||||
add i:8d[url] to force downloading<br>
|
||||
<pre>i:56 urls support CTRL_A to CTRL-Z
|
||||
</pre>
|
||||
</p>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>/en/_posts/</loc>
|
||||
<lastmod>2023-06-17T07:35:57+08:00</lastmod>
|
||||
<lastmod>2023-06-17T15:51:12+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
|
@ -58,7 +58,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/en/</loc>
|
||||
<lastmod>2023-06-17T07:35:57+08:00</lastmod>
|
||||
<lastmod>2023-06-17T15:51:12+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
|
@ -71,7 +71,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/en/links/</loc>
|
||||
<lastmod>2023-06-05T08:23:14+08:00</lastmod>
|
||||
<lastmod>2023-06-17T15:51:12+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
location.href = "https://s1.asytech.cn/s/tQrgT5kBRg8Trry/download?path=%2F&files=uweb"+
|
||||
latestV + ".apk&downloadStartSecret=aisiyi";
|
||||
</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>
|
||||
<loc>en/sitemap.xml</loc>
|
||||
|
||||
<lastmod>2023-06-17T07:35:57+08:00</lastmod>
|
||||
<lastmod>2023-06-17T15:51:12+08:00</lastmod>
|
||||
|
||||
</sitemap>
|
||||
|
||||
|
|
Loading…
Reference in a new issue