fix: 让显影参数覆盖完整范围

This commit is contained in:
necobot
2026-07-25 16:41:47 +08:00
parent 9650d8a243
commit 143823f953
3 changed files with 17 additions and 9 deletions
+2 -2
View File
@@ -74,10 +74,10 @@ app.innerHTML = `
<label class="control" for="retention-control">
<span class="control__heading">
<span>显影</span>
<output id="retention-value">14%</output>
<output id="retention-value">15%</output>
</span>
<span class="control__hint">留下多少原文词语</span>
<input id="retention-control" type="range" min="5" max="40" value="14" />
<input id="retention-control" type="range" min="0" max="100" value="15" />
</label>
<label class="control" for="volume-control">