rebuilding site Wed Aug 17 11:16:48 AM CST 2022

This commit is contained in:
James Feng Cao 2022-08-17 11:16:49 +08:00
parent 9dab7fa895
commit ce8624c4f5
8 changed files with 29 additions and 9 deletions

View file

@ -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 &quot;default.link&quot;. 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>