Update index.html
Browse files- index.html +4 -3
index.html
CHANGED
@@ -1015,7 +1015,8 @@
|
|
1015 |
<div class="tech-decoration">
|
1016 |
</div>
|
1017 |
<div class="settings">
|
1018 |
-
<span
|
|
|
1019 |
<div class="time-markers-container" id="time-markers-container">
|
1020 |
<!-- ここにタイムマーカーが動的に追加されます -->
|
1021 |
</div>
|
@@ -2234,8 +2235,8 @@
|
|
2234 |
|
2235 |
// タイムマーカーデータ
|
2236 |
const timeMarkers = isTMode ? [
|
2237 |
-
{ label: '①', time: 15.2 },
|
2238 |
-
{ label: '②', time: 43.8 },
|
2239 |
{ label: '①[2番]', time: 79.0 },
|
2240 |
{ label: '②[2番]', time: 108.0 },
|
2241 |
{ label: '③', time: 137.25 },
|
|
|
1015 |
<div class="tech-decoration">
|
1016 |
</div>
|
1017 |
<div class="settings">
|
1018 |
+
<span>このボックスをドラッグして「再生開始秒数」や「再生終了秒数」の入力ボックスの上で離すと秒数を簡単に変更できます。各秒数は楽譜に合わせています。<br>
|
1019 |
+
時の旅人はAからE、地球星歌は①から⑤で区切っていて、地球星歌はリピート記号があるので①と②は1番と2番があります。</span>
|
1020 |
<div class="time-markers-container" id="time-markers-container">
|
1021 |
<!-- ここにタイムマーカーが動的に追加されます -->
|
1022 |
</div>
|
|
|
2235 |
|
2236 |
// タイムマーカーデータ
|
2237 |
const timeMarkers = isTMode ? [
|
2238 |
+
{ label: '①[1番]', time: 15.2 },
|
2239 |
+
{ label: '②[1番]', time: 43.8 },
|
2240 |
{ label: '①[2番]', time: 79.0 },
|
2241 |
{ label: '②[2番]', time: 108.0 },
|
2242 |
{ label: '③', time: 137.25 },
|