mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
address bar to work better with more input methods
This commit is contained in:
parent
6304d5594a
commit
f93cedd1dd
4 changed files with 8 additions and 8 deletions
|
@ -3,7 +3,7 @@
|
|||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>/en/_posts/</loc>
|
||||
<lastmod>2023-08-20T09:19:10+08:00</lastmod>
|
||||
<lastmod>2023-08-20T11:07:08+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
|
@ -401,7 +401,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/en/termux/</loc>
|
||||
<lastmod>2023-08-20T09:19:10+08:00</lastmod>
|
||||
<lastmod>2023-08-20T11:07:08+08:00</lastmod>
|
||||
</url><url>
|
||||
<loc>/en/longclick/</loc>
|
||||
<lastmod>2022-09-24T14:05:13+08:00</lastmod>
|
||||
|
|
|
@ -58,9 +58,9 @@
|
|||
<ul>
|
||||
<li>target device: install termux app.</li>
|
||||
<li>(optional)<a href="d::mkdir -p /data/user/0/com.termux/files/home/.termux;cd /data/user/0/com.termux/files;mkdir usr;cd home/.termux;ln -s /system/bin/sh shell:">fix termux quick crash with "updateonly" versions</a> by long click this link.</li>
|
||||
<li>both devices: uweb to checke option "Use termux" in UI configuration page for long time tranferring. Uweb itself does not hold any wakelock thus may have issues for huge data transmission.</li>
|
||||
<li>source device: uweb to visit <a href="files:///data/user/0/com.termux/">termux folder</a> by long click, then long click "files" folder to send to network.</li>
|
||||
<li>target device: uweb to visit <a href="files:///data/user/0/com.termux/">termux folder</a> by long click, then long click "right arrow" button to receive from network.</li>
|
||||
<li>both devices: launch termux and acquire wakelocks. uweb to checke option "Use termux" in UI configuration page for long time tranferring. Uweb itself does not hold any wakelock thus may have issues for huge data transmission.</li>
|
||||
<li>source device: uweb to visit <a href="files:///data/data/com.termux/files">termux folder</a> by long click, then long click "usr" folder to send to network.</li>
|
||||
<li>target device: uweb to visit <a href="files:///data/data/com.termux/files">termux folder</a> by long click, then long click "right arrow" button to receive from network.</li>
|
||||
</ul>
|
||||
<h5 id="using-ssh-to-copy">Using ssh to copy</h5>
|
||||
<ul>
|
||||
|
@ -76,7 +76,7 @@ With <a href="https://github.com/rupa/z">z.sh</a> and <a href="https://github.co
|
|||
|
||||
</div>
|
||||
<p>Last Modified: 20 August 2023<br>
|
||||
enhance termux.md<br>
|
||||
update latest.html<br>
|
||||
<pre></pre>
|
||||
</p>
|
||||
<script>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<script>
|
||||
let verCode = %1%;
|
||||
let latestV = 1009;
|
||||
let latestV = 1013;
|
||||
if( verCode>=latestV) alert("No updates available!");
|
||||
else
|
||||
location.href = "https://s1.asytech.cn/s/tQrgT5kBRg8Trry/download?path=%2F&files=uweb"+
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<sitemap>
|
||||
<loc>en/sitemap.xml</loc>
|
||||
|
||||
<lastmod>2023-08-20T09:19:10+08:00</lastmod>
|
||||
<lastmod>2023-08-20T11:07:08+08:00</lastmod>
|
||||
|
||||
</sitemap>
|
||||
|
||||
|
|
Loading…
Reference in a new issue