mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
Compare commits
No commits in common. "f736bbfd8808b5d2a5d995ea938352a7205cea7a" and "3a3118c61a27a6a881e09d61e26713f3350a0a26" have entirely different histories.
f736bbfd88
...
3a3118c61a
4 changed files with 6 additions and 11 deletions
|
@ -290,10 +290,6 @@ 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>
|
||||
|
@ -311,8 +307,8 @@ Bundle of internal urls, if it is an "i:0" url, then it should have th
|
|||
</ul>
|
||||
|
||||
</div>
|
||||
<p>Last Modified: 17 June 2023<br>
|
||||
add i:8d[url] to force downloading<br>
|
||||
<p>Last Modified: 5 June 2023<br>
|
||||
add long screenshot support<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-17T15:51:12+08:00</lastmod>
|
||||
<lastmod>2023-06-17T07:35:57+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
|
@ -58,7 +58,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/en/</loc>
|
||||
<lastmod>2023-06-17T15:51:12+08:00</lastmod>
|
||||
<lastmod>2023-06-17T07:35:57+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
|
@ -71,7 +71,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/en/links/</loc>
|
||||
<lastmod>2023-06-17T15:51:12+08:00</lastmod>
|
||||
<lastmod>2023-06-05T08:23:14+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
|
|
|
@ -6,4 +6,3 @@
|
|||
location.href = "https://s1.asytech.cn/s/tQrgT5kBRg8Trry/download?path=%2F&files=uweb"+
|
||||
latestV + ".apk&downloadStartSecret=aisiyi";
|
||||
</script>
|
||||
<a href="en/changelog/index.html">Release notes</a>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<sitemap>
|
||||
<loc>en/sitemap.xml</loc>
|
||||
|
||||
<lastmod>2023-06-17T15:51:12+08:00</lastmod>
|
||||
<lastmod>2023-06-17T07:35:57+08:00</lastmod>
|
||||
|
||||
</sitemap>
|
||||
|
||||
|
|
Loading…
Reference in a new issue