feat: 扩大体量参数范围

This commit is contained in:
necobot
2026-07-25 16:40:44 +08:00
parent bd6f3daa73
commit 9650d8a243
2 changed files with 24 additions and 1 deletions
+8 -1
View File
@@ -86,7 +86,14 @@ app.innerHTML = `
<output id="volume-value">100%</output>
</span>
<span class="control__hint">结果相对原文的总长度</span>
<input id="volume-control" type="range" min="85" max="115" value="100" />
<input
id="volume-control"
type="range"
min="10"
max="1000"
step="10"
value="100"
/>
</label>
<label class="control" for="disorder-control">