uweb/html5/index.html

39 lines
1.7 KiB
HTML
Raw Normal View History

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="https://jamesfengcao.gitee.io/uweb/style.css" type="text/css" />
<title>html5应用</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>
<div class="container">
<h1 class="title">html5应用
<br>
<span class="subtitle"></span>
</h1>
<ul class="tags">
</ul>
<p>超微配置目录下的子目录名如果以&quot;app&quot;开始(譬如&quot;/sdcard/uweb/appPDF&quot;),则这些&quot;app&quot;开头目录树下放置的html5应用将可获得功能增强。</p>
<p><a href="../filecap">配置default.filecap</a>并打开选项“文件预处理”,清后台重启浏览器后超微可直接阅读应用对应格式文件。<br>
<a target="_self" href="i:0g/sdcard/uweb/default.filecap:https://jamesfengcao.gitee.io/uweb/searchurl/txt/filecap.cfg">点击配置pdf.js,djvu.js,epub.js reader</a></p>
<p>比较有用的是mozilla的pdf.js可用来显示在线或本地pdf文件。直接解压缩下载的pdf.js包至appXXX子目录下并在超微浏览器下访问如下url:<br>
file:///sdcard/uweb/appXXX....../web/viewer.html?file=[绝对或相对路径].pdf#page=[xxx]<br>
则浏览器直接跳转到pdf文件指定页。与主屏多引擎搜索及少量脚本结合使用可对任何pdf文件进行字典检索。</p>
<p>下面是一些类似的应用,<br>
djvu.js应用的访问url如下<br>
file:///sdcard/uweb/appXXX....../djvu.html?url=[绝对或相对路径或url].pdf#page=[xxx]</p>
</div>
</body>
</html>