uweb/tools/index.html

43 lines
1.6 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="/uweb/style.css" type="text/css" />
<title>工具汇总</title>
</head>
<body>
<header class='header'>
<a class="logo" href="/uweb"></a> <a class="logo" href="/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="../tags/termux">termux</a> </li>
<li><a href="../tags/tools">tools</a> </li>
<li><a href="../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>