mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
fix typos from torinfo to torapp
This commit is contained in:
parent
5bcae803c8
commit
28da258433
26 changed files with 169 additions and 164 deletions
|
@ -74,9 +74,9 @@ xlsx:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U
|
|||
pptx:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U
|
||||
xz:text/plain:curl %p "%u"|xz -d --</code></pre>
|
||||
<p>安装过相应的<a href="../html5/index.html">html5应用</a>,则如下配置阅读相应格式文件:</p>
|
||||
<pre><code>pdf:uweb:echo file:///data/data/info.torinfo.uweb/files/app/pdf.js/web/viewer.html?file=%u
|
||||
djvu:uweb:echo file:///data/data/info.torinfo.uweb/files/app/djvu.html?url=%u
|
||||
epub:uweb:echo file:///data/data/info.torinfo.uweb/files/app/reader/index.html?bookPath==%u</code></pre>
|
||||
<pre><code>pdf:uweb:echo file:///data/data/info.torapp.uweb/files/app/pdf.js/web/viewer.html?file=%u
|
||||
djvu:uweb:echo file:///data/data/info.torapp.uweb/files/app/djvu.html?url=%u
|
||||
epub:uweb:echo file:///data/data/info.torapp.uweb/files/app/reader/index.html?bookPath==%u</code></pre>
|
||||
<p>长按设置按钮,勾选“文件预处理”,清后台重启浏览器。则网页上点击下载按钮时上述文件类型会自动预览。</p>
|
||||
<p>如果用户配置中处理命令用到curl,则需要安装<a href="../gnuplot/index.html">Termux</a>,并在Termux中安装curl ("apt install curl")。<br>
|
||||
如果用户不安装Termux,则上述配置命令中的"am"需要全部路径,需用"/system/bin/am"替换。</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue