mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
rebuilding site Thu Feb 10 05:20:09 PM CST 2022
This commit is contained in:
parent
e4ab875661
commit
835b13018d
6 changed files with 69 additions and 65 deletions
|
@ -6,7 +6,31 @@
|
|||
<description>Recent content in _posts on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sun, 06 Feb 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/_posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Thu, 10 Feb 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/_posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>超级计算器(bc)</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/bc/</link>
|
||||
<pubDate>Thu, 10 Feb 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/bc/</guid>
|
||||
<description>使用uweb浏览器。
|
||||
Gnu bc计算器支持无限精度,可扩展函数库、常数库。
|
||||
安装bc (Android11+无需安装) 安装uweb定制Termux应用 Termux下运行以下命令:
|
||||
apt update
|
||||
apt upgrade
|
||||
apt install bc 使用书签调用计算器 &quot;长按以下链接-&gt;命令-&gt;书签&quot;可保存链接为书签。书签菜单可至特色服务网页安装。
|
||||
bc
|
||||
全能bc
|
||||
浏览器地址栏作为超级计算器 配置文件/sdcard/uweb/default.acmd如下:
|
||||
计算器:text/html:echo &quot;%s&quot;|bc -l -q
|
||||
更多bc扩展库: 扩展库可下载至/sdcard/uweb目录)
|
||||
https://github.com/susca/bc-extensions
|
||||
http://phodd.net/gnu-bc
|
||||
http://www.numbertheory.org/gnubc/gnubc.html
|
||||
使用扩展库以后default.acmd配置如下: 计算器:text/html:echo &quot;%s&quot;|bc -l -q extensions.bc scientific_constants.bc
|
||||
全能计算器:text/html:echo &quot;%s&quot;|bc -l -q *.bc</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>工具栏定制</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/icons/</link>
|
||||
|
@ -218,30 +242,6 @@ BaiduPCS-Go config set -appid=266719
|
|||
</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>超级计算器(bc)</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/bc/</link>
|
||||
<pubDate>Tue, 24 Nov 2020 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/bc/</guid>
|
||||
<description>使用uweb浏览器。
|
||||
Gnu bc计算器支持无限精度,可轻易扩展函数库、常数库。
|
||||
安装bc 安装uweb定制Termux应用 Termux下运行以下命令:
|
||||
apt update
|
||||
apt upgrade
|
||||
apt install bc 使用书签调用计算器 &quot;长按以下链接-&gt;命令-&gt;书签&quot;可保存链接为书签。书签菜单可至特色服务网页安装。
|
||||
bc
|
||||
全能bc
|
||||
浏览器地址栏作为超级计算器 配置文件/sdcard/uweb/default.acmd如下:
|
||||
计算器:text/html:echo &quot;%s&quot;|bc -l -q
|
||||
更多bc扩展库: 扩展库可下载至/sdcard/uweb目录)
|
||||
https://github.com/susca/bc-extensions
|
||||
http://phodd.net/gnu-bc
|
||||
http://www.numbertheory.org/gnubc/gnubc.html
|
||||
使用扩展库以后default.acmd配置如下: 计算器:text/html:echo &quot;%s&quot;|bc -l -q extensions.bc scientific_constants.bc
|
||||
全能计算器:text/html:echo &quot;%s&quot;|bc -l -q *.bc</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>长按链接弹出菜单</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/longclick/</link>
|
||||
|
|
|
@ -24,8 +24,8 @@
|
|||
|
||||
</ul>
|
||||
<p>使用<a href="https://www.coolapk.com/apk/info.torapp.uweb">uweb浏览器</a>。<br>
|
||||
Gnu bc计算器支持无限精度,可轻易扩展函数库、常数库。</p>
|
||||
<h3 id="安装bc">安装bc</h3>
|
||||
Gnu bc计算器支持无限精度,可扩展函数库、常数库。</p>
|
||||
<h3 id="安装bc-android11无需安装">安装bc (Android11+无需安装)</h3>
|
||||
<ul>
|
||||
<li>安装<a href="../searchurl/plugins.html">uweb定制Termux应用</a></li>
|
||||
<li>Termux下运行以下命令:<br>
|
||||
|
@ -46,8 +46,8 @@ apt install bc</li>
|
|||
<a href="http://phodd.net/gnu-bc">http://phodd.net/gnu-bc</a><br>
|
||||
<a href="http://www.numbertheory.org/gnubc/gnubc.html">http://www.numbertheory.org/gnubc/gnubc.html</a></p>
|
||||
<h3 id="使用扩展库以后defaultacmd配置如下">使用扩展库以后default.acmd配置如下:</h3>
|
||||
<p>计算器:text/html:echo "%s"|bc -l -q extensions.bc scientific_constants.bc<br>
|
||||
全能计算器:text/html:echo "%s"|bc -l -q *.bc</p>
|
||||
<p>计算器:text/html:echo "%s"|bc -l -q extensions.bc scientific_constants.bc<br>
|
||||
全能计算器:text/html:echo "%s"|bc -l -q *.bc</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
12
index.html
12
index.html
|
@ -74,6 +74,12 @@
|
|||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="bc">
|
||||
<span>超级计算器(bc)</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="icons">
|
||||
<span>工具栏定制</span>
|
||||
|
@ -116,12 +122,6 @@
|
|||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="bc">
|
||||
<span>超级计算器(bc)</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="longclick">
|
||||
<span>长按链接弹出菜单</span>
|
||||
|
|
50
index.xml
50
index.xml
|
@ -6,7 +6,31 @@
|
|||
<description>Recent content on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sun, 06 Feb 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Thu, 10 Feb 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>超级计算器(bc)</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/bc/</link>
|
||||
<pubDate>Thu, 10 Feb 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/bc/</guid>
|
||||
<description>使用uweb浏览器。
|
||||
Gnu bc计算器支持无限精度,可扩展函数库、常数库。
|
||||
安装bc (Android11+无需安装) 安装uweb定制Termux应用 Termux下运行以下命令:
|
||||
apt update
|
||||
apt upgrade
|
||||
apt install bc 使用书签调用计算器 &quot;长按以下链接-&gt;命令-&gt;书签&quot;可保存链接为书签。书签菜单可至特色服务网页安装。
|
||||
bc
|
||||
全能bc
|
||||
浏览器地址栏作为超级计算器 配置文件/sdcard/uweb/default.acmd如下:
|
||||
计算器:text/html:echo &quot;%s&quot;|bc -l -q
|
||||
更多bc扩展库: 扩展库可下载至/sdcard/uweb目录)
|
||||
https://github.com/susca/bc-extensions
|
||||
http://phodd.net/gnu-bc
|
||||
http://www.numbertheory.org/gnubc/gnubc.html
|
||||
使用扩展库以后default.acmd配置如下: 计算器:text/html:echo &quot;%s&quot;|bc -l -q extensions.bc scientific_constants.bc
|
||||
全能计算器:text/html:echo &quot;%s&quot;|bc -l -q *.bc</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>工具栏定制</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/icons/</link>
|
||||
|
@ -218,30 +242,6 @@ BaiduPCS-Go config set -appid=266719
|
|||
</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>超级计算器(bc)</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/bc/</link>
|
||||
<pubDate>Tue, 24 Nov 2020 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/bc/</guid>
|
||||
<description>使用uweb浏览器。
|
||||
Gnu bc计算器支持无限精度,可轻易扩展函数库、常数库。
|
||||
安装bc 安装uweb定制Termux应用 Termux下运行以下命令:
|
||||
apt update
|
||||
apt upgrade
|
||||
apt install bc 使用书签调用计算器 &quot;长按以下链接-&gt;命令-&gt;书签&quot;可保存链接为书签。书签菜单可至特色服务网页安装。
|
||||
bc
|
||||
全能bc
|
||||
浏览器地址栏作为超级计算器 配置文件/sdcard/uweb/default.acmd如下:
|
||||
计算器:text/html:echo &quot;%s&quot;|bc -l -q
|
||||
更多bc扩展库: 扩展库可下载至/sdcard/uweb目录)
|
||||
https://github.com/susca/bc-extensions
|
||||
http://phodd.net/gnu-bc
|
||||
http://www.numbertheory.org/gnubc/gnubc.html
|
||||
使用扩展库以后default.acmd配置如下: 计算器:text/html:echo &quot;%s&quot;|bc -l -q extensions.bc scientific_constants.bc
|
||||
全能计算器:text/html:echo &quot;%s&quot;|bc -l -q *.bc</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>长按链接弹出菜单</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/longclick/</link>
|
||||
|
|
|
@ -148,6 +148,10 @@ socks代理</p>
|
|||
<p>i:60[path]:[url]<br>
|
||||
如果本地文件存在就打开,否则访问远程url</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>i:62[path]:[js code]<br>
|
||||
保存js返回值为文件</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
|
10
sitemap.xml
10
sitemap.xml
|
@ -3,10 +3,13 @@
|
|||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/</loc>
|
||||
<lastmod>2022-02-06T00:00:00+00:00</lastmod>
|
||||
<lastmod>2022-02-10T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/_posts/</loc>
|
||||
<lastmod>2022-02-06T00:00:00+00:00</lastmod>
|
||||
<lastmod>2022-02-10T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/bc/</loc>
|
||||
<lastmod>2022-02-10T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/icons/</loc>
|
||||
<lastmod>2022-02-06T00:00:00+00:00</lastmod>
|
||||
|
@ -43,9 +46,6 @@
|
|||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/%E8%B5%84%E6%BA%90/</loc>
|
||||
<lastmod>2020-12-15T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/bc/</loc>
|
||||
<lastmod>2020-11-24T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/javascript/</loc>
|
||||
<lastmod>2020-11-06T00:00:00+00:00</lastmod>
|
||||
|
|
Loading…
Reference in a new issue