Skip to content

Commit

Permalink
update: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xpadev-net committed Jul 14, 2023
1 parent eb2ac62 commit ad58390
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,24 @@ <h4>example</h4>
<p>カラーコードは透明度も指定可能です</p>
</div>
</div>
<h3 id="c_fill">Fill</h3>
<div class="item">
<h4>format</h4>
<div class="item">
<pre><code>nico:fill:(color|color code)</code></pre>
</div>
<h4>example</h4>
<div class="item">
<pre><code>nico:fill:red
nico:fill:#f0f
nico:fill:#fff5</code></pre>
</div>
<div class="item" data-i18n="c_fill">
<p>コメント単位で背景色の表示を制御できます</p>
<p>色の指定は色コマンドまたはカラーコードで行ってください</p>
<p>カラーコードは透明度も指定可能です</p>
</div>
</div>
</section>
</main>
</body>
Expand Down
8 changes: 8 additions & 0 deletions docs/localize.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,14 @@ const localize = {
<p>Color code can also specify transparency</p>`,
`<p>コメント単位で枠の表示を制御できます</p>
<p>色の指定は色コマンドまたはカラーコードで行ってください</p>
<p>カラーコードは透明度も指定可能です</p>`
],
c_fill: [
`<p>You can control the background color per comment.</p>
<p>Colors can be specified with the color command or color code</p>
<p>Color code can also specify transparency</p>`,
`<p>コメント単位で背景色の表示を制御できます</p>
<p>色の指定は色コマンドまたはカラーコードで行ってください</p>
<p>カラーコードは透明度も指定可能です</p>`
]
};
Expand Down

0 comments on commit ad58390

Please sign in to comment.