uweb/html5/index.html

53 lines
2.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/uwebzh/style.css" type="text/css" />
<title>html5应用</title>
</head>
<body>
<header class='header'>
<a class="logo" href="/uwebzh">Home</a> <a class="logo" href="/uwebzh/tags/">Tags</a>
<nav>
</nav>
</header>
<br />
<div class="container">
<h1 class="title">html5应用
<br>
<span class="subtitle"></span>
</h1>
<ul class="tags">
</ul>
<p><a target="_self" href="i:0h/sdcard/uweb/app/plyr.html:https://jamesfengcao.gitee.io/uweb/searchurl/txt/plyr.html">点击安装plyr视频播放器</a><br>
<a target="_self" href="i:0h/sdcard/uweb/app/dplayer.html:https://jamesfengcao.gitee.io/uweb/searchurl/txt/dplayer.html">点击安装dplayer视频播放器</a><br>
<a target="_self" href="i:0h/sdcard/uweb/app/pdfviewer.html:https://jamesfengcao.gitee.io/uweb/searchurl/txt/pdfviewer.html">点击安装pdf阅读器</a><br>
<a target="_self" href="i:0h/sdcard/uweb/app/epub.html:https://jamesfengcao.gitee.io/uweb/searchurl/txt/epub.html">点击安装epub阅读器</a><br>
<a target="_self" href="i:0h/sdcard/uweb/app/djvu.html:https://cdn.jsdelivr.net/gh/torappinfo/uwebjs/djvujs/djvu.html">点击安装djvu阅读器</a><br>
相应的菜单安装可见<a href="../searchurl/urls.html">浏览器特色服务</a></p>
<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>
<p>epub.js<br>
sampotts/plyr : video, YouTube and Vimeo player<br>
videojs/video.js<br>
bilibili/flv.js<br>
MoePlayer/DPlayer<br>
Streamedian/html5_rtsp_player<br>
MoePlayer/APlayer : music player</p>
</div>
</body>
</html>