Skip to content

Commit

Permalink
Merge pull request #177 from ashcolor/develop
Browse files Browse the repository at this point in the history
chg: 記事更新
  • Loading branch information
ashcolor authored Jul 11, 2024
2 parents 555720c + 4046fc6 commit 9bcf6cc
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<!-- eslint-disable tailwindcss/no-custom-classname -->
<ClientOnly>
<!-- eslint-disable tailwindcss/no-custom-classname -->
<table class="table table-xs">
<table class="table table-xs my-8">
<thead>
<tr>
<th>キー</th>
Expand All @@ -10,6 +10,46 @@
</tr>
</thead>
<tbody>
<tr class="key-white">
<td>C0</td>
<td>サステイン</td>
<td></td>
</tr>
<tr class="key-black">
<td>C#0</td>
<td>ナチュラル・ハーモニクス</td>
<td></td>
</tr>
<tr class="key-white">
<td>D0</td>
<td>パーム・ミュート</td>
<td></td>
</tr>
<tr class="key-black">
<td>D#0</td>
<td>スライドイン / スライドアウト</td>
<td></td>
</tr>
<tr class="key-white">
<td>E0</td>
<td>レガート・スライド</td>
<td></td>
</tr>
<tr class="key-white">
<td>F0</td>
<td>ハンマリングオン / プルオフ</td>
<td></td>
</tr>
<tr class="key-black">
<td>F#0</td>
<td>スライドギター</td>
<td></td>
</tr>
<tr class="bg-accent text-accent-content">
<td>-</td>
<td></td>
<td></td>
</tr>
<tr class="key-white">
<td>F5</td>
<td>スクラッチ</td>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<!-- eslint-disable tailwindcss/no-custom-classname -->
<ClientOnly>
<table class="table table-xs">
<table class="table table-xs my-8">
<thead>
<tr>
<th>キー</th>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<!-- eslint-disable tailwindcss/no-custom-classname -->
<ClientOnly>
<table class="table table-xs">
<table class="table table-xs my-8">
<thead>
<tr>
<th>キー</th>
Expand Down

0 comments on commit 9bcf6cc

Please sign in to comment.