mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
enhance internal links
This commit is contained in:
parent
301b52f556
commit
1ae8341d4a
5 changed files with 8 additions and 7 deletions
|
@ -70,6 +70,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>.js file(same as <a href="../longclick/index.html">long pressing hypertext to execute js file</a>): If the ".js" file begins with "//", then uweb browser will load the site following "//" and execute the following js code.</li>
|
<li>.js file(same as <a href="../longclick/index.html">long pressing hypertext to execute js file</a>): If the ".js" file begins with "//", then uweb browser will load the site following "//" and execute the following js code.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<p>If the above mentioned [links] part is malformated, then it is auto detected as html or text.</p>
|
||||||
<p><a href="../gesture/index.html">default.gesture</a> and default.button have the exactly same file format. ".gesture" files define gestures while ".button" define bottom toolbar button pressing actions from the last button to the first.</p>
|
<p><a href="../gesture/index.html">default.gesture</a> and default.button have the exactly same file format. ".gesture" files define gestures while ".button" define bottom toolbar button pressing actions from the last button to the first.</p>
|
||||||
<p>proxy config:<br>
|
<p>proxy config:<br>
|
||||||
httpproxy::010[proxy host]:[port]<br>
|
httpproxy::010[proxy host]:[port]<br>
|
||||||
|
@ -308,7 +309,7 @@ Bundle of internal urls, if it is an "i:0" url, then it should have th
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<p>Last Modified: 4 November 2023<br>
|
<p>Last Modified: 4 November 2023<br>
|
||||||
remove :002<br>
|
enhance internal links<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-11-04T19:38:05+08:00</lastmod>
|
<lastmod>2023-11-04T21:00:27+08:00</lastmod>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="zh"
|
hreflang="zh"
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>/en/links/</loc>
|
<loc>/en/links/</loc>
|
||||||
<lastmod>2023-11-04T19:38:05+08:00</lastmod>
|
<lastmod>2023-11-04T21:00:27+08:00</lastmod>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="zh"
|
hreflang="zh"
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
/>
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>/en/</loc>
|
<loc>/en/</loc>
|
||||||
<lastmod>2023-11-04T19:38:05+08:00</lastmod>
|
<lastmod>2023-11-04T21:00:27+08:00</lastmod>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="zh"
|
hreflang="zh"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<script>
|
<script>
|
||||||
let verCode = %1%;
|
let verCode = %1%;
|
||||||
let latestV = 1020;
|
let latestV = 1021;
|
||||||
if( verCode>=latestV) alert("No updates available!");
|
if( verCode>=latestV) alert("No updates available!");
|
||||||
else
|
else
|
||||||
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"+
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<sitemap>
|
<sitemap>
|
||||||
<loc>en/sitemap.xml</loc>
|
<loc>en/sitemap.xml</loc>
|
||||||
|
|
||||||
<lastmod>2023-11-04T19:38:05+08:00</lastmod>
|
<lastmod>2023-11-04T21:00:27+08:00</lastmod>
|
||||||
|
|
||||||
</sitemap>
|
</sitemap>
|
||||||
|
|
||||||
|
|
|
@ -242,7 +242,7 @@ use "i:0mi:92Host;209.216.230.240::https://news.ycombinator.com" to vi
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<p>Last Modified: 4 November 2023<br>
|
<p>Last Modified: 4 November 2023<br>
|
||||||
remove :002<br>
|
enhance internal links<br>
|
||||||
<pre></pre>
|
<pre></pre>
|
||||||
</p>
|
</p>
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Reference in a new issue