mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
43 lines
1.8 KiB
HTML
43 lines
1.8 KiB
HTML
|
<!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>工具汇总</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>
|
|||
|
<br />
|
|||
|
|
|||
|
<div class="container">
|
|||
|
<h1 class="title">工具汇总
|
|||
|
<br>
|
|||
|
<span class="subtitle"></span>
|
|||
|
</h1>
|
|||
|
<ul class="tags">
|
|||
|
|
|||
|
<li><a href="https://jamesfengcao.gitee.io/uweb/tags/termux">termux</a> </li>
|
|||
|
|
|||
|
<li><a href="https://jamesfengcao.gitee.io/uweb/tags/tools">tools</a> </li>
|
|||
|
|
|||
|
<li><a href="https://jamesfengcao.gitee.io/uweb/tags/tdict">tdict</a> </li>
|
|||
|
|
|||
|
</ul>
|
|||
|
<p>除少数特别标记外,需先安装<a href="../searchurl/script/plugin.html">uweb定制Termux应用</a>,并启动一次完成初始化。</p>
|
|||
|
<p><a target="_self" href="i:0bhttp://jamesfengcao.gitee.io/searchurl/bin/tdict.tar.gz">点击自动安装tdict词典工具</a></p>
|
|||
|
<p>安装完tdict词典工具以后,对/sdcrd/uweb/dict目录下的汉语大字典文件如"dictXXX.xz"可在主屏.search文件配置如下字典查询:<br>
|
|||
|
汉语大字典:c:zd xz %s dictXXX</p>
|
|||
|
<p>字典文件目录可通过修改termux下“~/share”符号链接来改动。也可使用其它压缩方式如zst,此时配置变为"zd zst %s dictXXX",相应的字典文件名为dictXXX.zst。用户需提供zsttool工具解压文本。</p>
|
|||
|
<p><a href="../searchurl/script/plugin.html">插件页面</a>也提供了词典方案,但手动配置会比较麻烦。</p>
|
|||
|
|
|||
|
</div>
|
|||
|
|
|||
|
</body>
|
|||
|
</html>
|