Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -46,7 +46,7 @@
|
|
46 |
<div class="controls">
|
47 |
<div class="control-group">
|
48 |
<label for="speedRange">再生速度:</label>
|
49 |
-
<input type="range" id="speedRange" min="0.0001" max="
|
50 |
<input type="number" id="speedInput" min="0.0001" step="0.0001" value="1">
|
51 |
</div>
|
52 |
|
|
|
46 |
<div class="controls">
|
47 |
<div class="control-group">
|
48 |
<label for="speedRange">再生速度:</label>
|
49 |
+
<input type="range" id="speedRange" min="0.0001" max="20" step="0.0001" value="1" style="width:700px;">
|
50 |
<input type="number" id="speedInput" min="0.0001" step="0.0001" value="1">
|
51 |
</div>
|
52 |
|