mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
rebuilding site Wed Aug 17 11:16:48 AM CST 2022
This commit is contained in:
parent
9dab7fa895
commit
ce8624c4f5
8 changed files with 29 additions and 9 deletions
|
@ -66,6 +66,7 @@ Shell command mode
|
|||
|
||||
<guid>/en/links/</guid>
|
||||
<description>Click the following links to install menus popped by long pressing the bookmark button (with star as icon):
|
||||
VPN
|
||||
Wait for network msg
|
||||
Certificate info
|
||||
Web fullscreen
|
||||
|
|
|
@ -43,7 +43,13 @@
|
|||
<ul class="tags">
|
||||
|
||||
</ul>
|
||||
<p>903: Enhance html5 apps. (ex. mdict-js, a dictionary lookup app, works like native with minimal change)<br>
|
||||
<p>908:</p>
|
||||
<ul>
|
||||
<li>Add internal links "i:1d" to launch apps. (to fix "am" issues for Android 8+)</li>
|
||||
<li>File sending now supports pseudo file manager (page url faked as a file url for folder), thus scripts of internal links "d:" can generate any kind of pseudo file manager for file transfer.</li>
|
||||
<li>Better support for naked Termux (without any initial packages with updateonly version).</li>
|
||||
</ul>
|
||||
<p>903: Enhance html5 apps. (ex. mdict-js, a dictionary lookup app, works like native with minimal change)<br>
|
||||
901: Use in-app files folder for configuration</p>
|
||||
|
||||
</div>
|
||||
|
|
|
@ -73,8 +73,8 @@ Note: "Engines" needs file "engine.search",whose format is sam
|
|||
<pubDate>Sat, 09 Jul 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/en/changelog/</guid>
|
||||
<description>903: Enhance html5 apps. (ex. mdict-js, a dictionary lookup app, works like native with minimal change)
|
||||
901: Use in-app files folder for configuration</description>
|
||||
<description>908:
|
||||
Add internal links &quot;i:1d&quot; to launch apps. (to fix &quot;am&quot; issues for Android 8+) File sending now supports pseudo file manager (page url faked as a file url for folder), thus scripts of internal links &quot;d:&quot; can generate any kind of pseudo file manager for file transfer. Better support for naked Termux (without any initial packages with updateonly version). 903: Enhance html5 apps. (ex. mdict-js, a dictionary lookup app, works like native with minimal change)</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -105,6 +105,7 @@ Note: "Engines" needs file "engine.search",whose format is sam
|
|||
|
||||
<guid>/en/links/</guid>
|
||||
<description>Click the following links to install menus popped by long pressing the bookmark button (with star as icon):
|
||||
VPN
|
||||
Wait for network msg
|
||||
Certificate info
|
||||
Web fullscreen
|
||||
|
|
|
@ -48,7 +48,8 @@
|
|||
|
||||
</ul>
|
||||
<p>Click the following links to install menus popped by long pressing the bookmark button (with star as icon):<br>
|
||||
<a href="i:0gdefault.link::Wait msg:i:1c%0A">Wait for network msg</a></p>
|
||||
<a href="i:0gdefault.link::vpn:i:1dandroid.net.vpn.SETTINGS:::%0A">VPN</a></p>
|
||||
<p><a href="i:0gdefault.link::Wait msg:i:1c%0A">Wait for network msg</a></p>
|
||||
<p><a href="i:0gdefault.link::Certificate info:i:1b%0A">Certificate info</a></p>
|
||||
<p><a href="i:0gdefault.link::web fullscreen: location.href='i:5fsetTimeout(()=>document.documentElement.requestFullscreen(),50);';%0A">Web fullscreen</a></p>
|
||||
<p>Long pressing the bookmark button in <a href="../index.html">uweb browser</a> will popup menus defined in file "default.link". The file format is as follows:<br>
|
||||
|
@ -136,6 +137,10 @@ Wait to receive url from the network and open the url.</p>
|
|||
Wait to receive url from the network and open the url (not showing ip)</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>i:1d<action>:<type>:<Category>:<data><br>
|
||||
Launch app for specific <action>.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>i:50[path]:[string]<br>
|
||||
Save [string] as file</p>
|
||||
</li>
|
||||
|
|
|
@ -41,8 +41,8 @@ Note: "Engines" needs file "engine.search",whose format is sam
|
|||
<pubDate>Sat, 09 Jul 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/en/changelog/</guid>
|
||||
<description>903: Enhance html5 apps. (ex. mdict-js, a dictionary lookup app, works like native with minimal change)
|
||||
901: Use in-app files folder for configuration</description>
|
||||
<description>908:
|
||||
Add internal links &quot;i:1d&quot; to launch apps. (to fix &quot;am&quot; issues for Android 8+) File sending now supports pseudo file manager (page url faked as a file url for folder), thus scripts of internal links &quot;d:&quot; can generate any kind of pseudo file manager for file transfer. Better support for naked Termux (without any initial packages with updateonly version). 903: Enhance html5 apps. (ex. mdict-js, a dictionary lookup app, works like native with minimal change)</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue