uweb/tools/index.html

44 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>工具汇总</title>
</head>
<body>
<header class='header'>
<a class="logo" href=".."></a> <a class="logo" href="../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/plugins.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目录下的汉语大字典文件如&quot;dictXXX.xz&quot;可在主屏.search文件配置如下字典查询<br>
汉语大字典:c:zd xz %s dictXXX</p>
<p>字典文件目录可通过修改termux下“~/share”符号链接来改动。也可使用其它压缩方式如zst此时配置变为&quot;zd zst %s dictXXX&quot;相应的字典文件名为dictXXX.zst。用户需提供zsttool工具解压文本。</p>
<p><a href="../searchurl/script/plugins.html">插件页面</a>也提供了词典方案,但如果手动配置会比较麻烦。</p>
</div>
</body>
</html>