mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-06-30 07:24:26 +08:00
更新文档
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
<li class="tsd-description">
|
||||
<div class="tsd-comment tsd-typography"><p>转中文单位计数</p>
|
||||
|
||||
<h3>Example</h3><pre><code class="language-ts"><span class="hl-7">12345</span><span class="hl-1"> = 1.23</span><span class="hl-0">万</span>
|
||||
<h3>Example</h3><pre><code class="language-ts"><span class="hl-9">12345</span><span class="hl-1"> = 1.23</span><span class="hl-0">万</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<div class="tsd-parameters">
|
||||
@@ -117,7 +117,7 @@
|
||||
<li class="tsd-description">
|
||||
<div class="tsd-comment tsd-typography"><p>转英文单位计数</p>
|
||||
|
||||
<h3>Example</h3><pre><code class="language-ts"><span class="hl-7">12345</span><span class="hl-1"> = 12.35</span><span class="hl-8">K</span>
|
||||
<h3>Example</h3><pre><code class="language-ts"><span class="hl-9">12345</span><span class="hl-1"> = 12.35</span><span class="hl-10">K</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<div class="tsd-parameters">
|
||||
@@ -141,7 +141,7 @@
|
||||
<li class="tsd-description">
|
||||
<div class="tsd-comment tsd-typography"><p>转美式计数字符串</p>
|
||||
|
||||
<h3>Example</h3><pre><code class="language-ts"><span class="hl-7">123456789</span><span class="hl-1"> = </span><span class="hl-7">123</span><span class="hl-1">,</span><span class="hl-7">456</span><span class="hl-1">,</span><span class="hl-7">789</span>
|
||||
<h3>Example</h3><pre><code class="language-ts"><span class="hl-9">123456789</span><span class="hl-1"> = </span><span class="hl-9">123</span><span class="hl-1">,</span><span class="hl-9">456</span><span class="hl-1">,</span><span class="hl-9">789</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<div class="tsd-parameters">
|
||||
|
||||
Reference in New Issue
Block a user