优化
This commit is contained in:
@ -65,10 +65,10 @@
|
||||
</label>
|
||||
<div class="param-group" id="blinkParams">
|
||||
<div class="param-item">
|
||||
<label>频率间隔 (秒): <span class="param-value" id="blinkIntervalValue">2-5</span></label>
|
||||
<input type="range" id="blinkIntervalMin" min="1" max="5" step="0.5" value="2"
|
||||
<label>频率间隔 (秒): <span class="param-value" id="blinkIntervalValue">1-2</span></label>
|
||||
<input type="range" id="blinkIntervalMin" min="1" max="5" step="0.5" value="1"
|
||||
oninput="updateBlinkInterval()">
|
||||
<input type="range" id="blinkIntervalMax" min="3" max="10" step="0.5" value="5"
|
||||
<input type="range" id="blinkIntervalMax" min="2" max="10" step="0.5" value="2"
|
||||
oninput="updateBlinkInterval()">
|
||||
</div>
|
||||
<div class="param-item">
|
||||
@ -93,10 +93,10 @@
|
||||
</label>
|
||||
<div class="param-group" id="eyeLookParams">
|
||||
<div class="param-item">
|
||||
<label>频率间隔 (秒): <span class="param-value" id="eyeLookIntervalValue">2-6</span></label>
|
||||
<input type="range" id="eyeLookIntervalMin" min="1" max="5" step="0.5" value="2"
|
||||
<label>频率间隔 (秒): <span class="param-value" id="eyeLookIntervalValue">1-2</span></label>
|
||||
<input type="range" id="eyeLookIntervalMin" min="1" max="5" step="0.5" value="1"
|
||||
oninput="updateEyeLookInterval()">
|
||||
<input type="range" id="eyeLookIntervalMax" min="3" max="10" step="0.5" value="6"
|
||||
<input type="range" id="eyeLookIntervalMax" min="2" max="10" step="0.5" value="2"
|
||||
oninput="updateEyeLookInterval()">
|
||||
</div>
|
||||
<div class="param-item">
|
||||
@ -129,10 +129,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="param-item">
|
||||
<label>频率间隔 (秒): <span class="param-value" id="expressionIntervalValue">3-8</span></label>
|
||||
<input type="range" id="expressionIntervalMin" min="2" max="8" step="0.5" value="3"
|
||||
<label>频率间隔 (秒): <span class="param-value" id="expressionIntervalValue">1-1</span></label>
|
||||
<input type="range" id="expressionIntervalMin" min="1" max="8" step="0.5" value="1"
|
||||
oninput="updateExpressionInterval()">
|
||||
<input type="range" id="expressionIntervalMax" min="5" max="15" step="0.5" value="8"
|
||||
<input type="range" id="expressionIntervalMax" min="1" max="15" step="0.5" value="1"
|
||||
oninput="updateExpressionInterval()">
|
||||
</div>
|
||||
<div class="param-item">
|
||||
|
||||
Reference in New Issue
Block a user