add zeabur

This commit is contained in:
James Feng Cao 2024-03-04 11:03:48 +08:00
parent ddd20f6bc8
commit 6433faf02d
87 changed files with 186 additions and 252 deletions

View file

@ -60,9 +60,9 @@ apt install bc</li>
<p>配置文件default.acmd如下<br>
计算器:text/html:echo &quot;%s&quot;|bc -l -q</p>
<h3 id="更多bc扩展库">更多bc扩展库</h3>
<p><a href="https://github.com/susca/bc-extensions">https://github.com/susca/bc-extensions</a><br>
<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>
<p>https://github.com/susca/bc-extensions<br>
http://phodd.net/gnu-bc<br>
http://www.numbertheory.org/gnubc/gnubc.html</p>
<h3 id="使用扩展库以后defaultacmd配置如下">使用扩展库以后default.acmd配置如下</h3>
<p>计算器:text/html:echo &quot;%s&quot;|bc -l -q extensions.bc scientific_constants.bc<br>
全能计算器:text/html:echo &quot;%s&quot;|bc -l -q *.bc</p>