uweb/tools/index.html

48 lines
2.1 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="/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>
<base target="_self">
<a href="i:0bhttps://cdn.jsdelivr.net/gh/torappinfo/uwebjs/bin/tdict_loc.tar.gz">安装tdict检索工具 (本地检索,远程内容)</a>
<p>安装完tdict本地检索工具后可选择性安装字典索引及对应的搜索引擎至主屏。<br>
<a href="i:0h/sdcard/uweb/ahd.tidx:https://cdn.jsdelivr.net/gh/torappinfo/uwebjs/bin/ahd.tidx">安装双解字典索引</a><br>
<a href="i:0g/sdcard/uweb/home5.search:https://cdn.jsdelivr.net/gh/torappinfo/uwebjs/txt/ahd.cfg">安装双解字典至主屏</a></p>
<p>以下工具需先安装<a href="../searchurl/script/plugins.html">uweb定制Termux应用</a>,并启动一次完成初始化。</p>
<p><a 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>