mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
rebuilding site Sun Jul 31 04:18:31 PM CST 2022
This commit is contained in:
parent
4087db750e
commit
1d24854e0b
15 changed files with 289 additions and 96 deletions
|
@ -399,8 +399,7 @@ webview 80- 夜间模式</description>
|
|||
<pubDate>Thu, 10 Feb 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/zh/bc/</guid>
|
||||
<description>使用uweb浏览器。
|
||||
Gnu bc计算器支持无限精度,可扩展函数库、常数库。
|
||||
<description>Gnu bc计算器支持无限精度,可扩展函数库、常数库。
|
||||
安装bc (Android11+无需安装) 安装uweb定制Termux应用 Termux下运行以下命令:
|
||||
apt update
|
||||
apt upgrade
|
||||
|
|
|
@ -43,8 +43,7 @@
|
|||
<ul class="tags">
|
||||
|
||||
</ul>
|
||||
<p>使用<a href="https://www.coolapk.com/apk/info.torapp.uweb">uweb浏览器</a>。<br>
|
||||
Gnu bc计算器支持无限精度,可扩展函数库、常数库。</p>
|
||||
<p>Gnu bc计算器支持无限精度,可扩展函数库、常数库。</p>
|
||||
<h3 id="安装bc-android11无需安装">安装bc (Android11+无需安装)</h3>
|
||||
<ul>
|
||||
<li>安装<a href="../searchurl/plugins.html">uweb定制Termux应用</a></li>
|
||||
|
|
|
@ -30,6 +30,10 @@
|
|||
<header class='header'>
|
||||
<a class="logo" href="javascript:void(0)" onclick="return nav2('index.html')">Home</a> <a class="logo" href="javascript:void(0)" onclick="return nav2('tags/index.html')">Tags</a>
|
||||
|
||||
|
||||
<a class="logo" href="javascript:void(0)" onclick="return nav2Lang('en')">English</a>
|
||||
|
||||
|
||||
<nav>
|
||||
</nav>
|
||||
</header>
|
||||
|
@ -55,7 +59,7 @@ i:5ihttps://uweb-zh.vercel.app/zh/searchurl/txt/mdict.html?file=./mdict/xxx.mdx,
|
|||
<a target="_self" href="i:0happ/djvu.html:https://fastly.jsdelivr.net/gh/torappinfo/uwebzh/zh/searchurl/txt/djvu.html">点击安装djvu阅读器</a><br>
|
||||
相应的菜单安装可见<a href="../urls/index.html">浏览器特色服务</a></p>
|
||||
<p>超微配置目录下的子目录名如果以"app"开始(譬如"appPDF"),则这些"app"开头目录树下放置的html5应用将可获得功能增强。</p>
|
||||
<p><a href="../filecap">配置default.filecap</a>并打开选项“文件预处理”,清后台重启浏览器后超微可直接阅读应用对应格式文件。<br>
|
||||
<p><a href="../filecap/index.html">配置default.filecap</a>并打开选项“文件预处理”,清后台重启浏览器后超微可直接阅读应用对应格式文件。<br>
|
||||
<a target="_self" href="i:0gdefault.filecap:https://fastly.jsdelivr.net/gh/torappinfo/uwebzh/zh/searchurl/txt/filecap.cfg">点击配置pdf.js,djvu.js,epub.js,超大文件阅读器</a></p>
|
||||
<p>超大文件阅读器txtview.html url如下:<br>
|
||||
file:///data/data/info.torinfo.uweb/files/app/txtview.html?url=[url]#page=[xxx]<br>
|
||||
|
|
|
@ -611,8 +611,7 @@ webview 80- 夜间模式</description>
|
|||
<pubDate>Thu, 10 Feb 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/zh/bc/</guid>
|
||||
<description>使用uweb浏览器。
|
||||
Gnu bc计算器支持无限精度,可扩展函数库、常数库。
|
||||
<description>Gnu bc计算器支持无限精度,可扩展函数库、常数库。
|
||||
安装bc (Android11+无需安装) 安装uweb定制Termux应用 Termux下运行以下命令:
|
||||
apt update
|
||||
apt upgrade
|
||||
|
|
|
@ -75,20 +75,24 @@
|
|||
</section>
|
||||
<script>
|
||||
//?file=./xxx/xx.xx,./xx/xx.xxx#word=
|
||||
let filenames = location.search.substring(6);
|
||||
let word = location.hash.substring(6);
|
||||
let dictinput = document.getElementById('dictfile');
|
||||
let wordinput = document.getElementById('word');
|
||||
let btnLookup = document.getElementById('btnLookup');
|
||||
wordinput.value = word;
|
||||
{
|
||||
window.onhashchange = function() {
|
||||
let v = location.hash.substring(6);
|
||||
if(v.length>0){
|
||||
wordinput.value = v;
|
||||
//wordinput.dispatchEvent(new Event('change', {'bubbles': true}));
|
||||
btnLookup.click();
|
||||
}
|
||||
};
|
||||
|
||||
let filenames = location.search.substring(6);
|
||||
if(filenames.length>0){
|
||||
dictinput.setAttribute('accept',filenames);
|
||||
location.href="i:5fsetTimeout(()=>{dictinput.click()},20);setTimeout(()=>{btnLookup.click();dictinput.removeAttribute('accept');},70)";
|
||||
}
|
||||
window.addEventListener('hashchange', function() {
|
||||
wordinput.value = location.hash.substring(6);
|
||||
btnLookup.click();
|
||||
});
|
||||
window.onhashchange();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -56,6 +56,16 @@
|
|||
</url><url>
|
||||
<loc>/zh/html5/</loc>
|
||||
<lastmod>2022-07-27T00:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="/en/html5/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
href="/zh/html5/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/zh/sitemap/</loc>
|
||||
<lastmod>2022-07-27T00:00:00+00:00</lastmod>
|
||||
|
@ -137,16 +147,6 @@
|
|||
</url><url>
|
||||
<loc>/zh/cmds/</loc>
|
||||
<lastmod>2022-06-01T00:00:00+00:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
href="/en/cmds/"
|
||||
/>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
href="/zh/cmds/"
|
||||
/>
|
||||
</url><url>
|
||||
<loc>/zh/cmds/</loc>
|
||||
<lastmod>2022-06-01T00:00:00+00:00</lastmod>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue