chore: 默认间隔改为10s,超时改为5s
This commit is contained in:
@@ -28,11 +28,11 @@
|
||||
</label>
|
||||
<label style="margin-left:16px;">
|
||||
间隔时间(秒):
|
||||
<input type="number" id="interval-sec" value="3" min="0" max="300" style="width:60px;">
|
||||
<input type="number" id="interval-sec" value="10" min="0" max="300" style="width:60px;">
|
||||
</label>
|
||||
<label style="margin-left:16px;">
|
||||
超时时间(秒):
|
||||
<input type="number" id="timeout-sec" value="10" min="1" max="600" style="width:60px;">
|
||||
<input type="number" id="timeout-sec" value="5" min="1" max="600" style="width:60px;">
|
||||
</label>
|
||||
<button id="btn-auto" class="btn-start" onclick="toggleAuto()">开始</button>
|
||||
<div class="progress-container">
|
||||
|
||||
Reference in New Issue
Block a user