uweb/links/index.html

35 lines
1.2 KiB
HTML
Raw Normal View History

<!doctype html>
<html>
<head>
2020-04-29 08:37:43 +00:00
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
2020-04-29 08:37:43 +00:00
<link rel="stylesheet" href="https://jamesfengcao.gitee.io/uweb/style.css" type="text/css" />
<title>常用链接</title>
</head>
<body>
<header class='header'>
<a class="logo" href=".."></a> <a class="logo" href="https://jamesfengcao.gitee.io/uweb//tags/">Tags</a>
<nav>
</nav>
</header>
2020-04-29 08:37:43 +00:00
<div class="container">
<h1 class="title">常用链接
<br>
<span class="subtitle"></span>
</h1>
<ul class="tags">
2020-04-29 08:37:43 +00:00
</ul>
<p><a href="..">uweb浏览器</a>中长按链接按钮可弹出常用链接菜单,这些链接定义在文件&quot;default.link&quot;中。每行格式如下:<br>
[菜单名]:[url][空格][javascript脚本]<br>
其中空格及之后的脚本为可选项。url及之后的脚本支持<a href="../searchurl/cmds.html">&quot;%u&quot;,&quot;%s&quot;等替换</a><br>
脚本将在链接访问结束时自动执行。</p>
<p>url除支持所有标准的http(s):,javascript:等链接外,还支持超微内部链接(&quot;:&quot;为链接第二个字符)及特殊链接(&quot;:&quot;为链接首字符)。</p>
2020-04-29 08:37:43 +00:00
</div>
</body>
2020-04-29 08:37:43 +00:00
</html>