fix: remove hardcoded max run count and adjust fallback risk warning logic

This commit is contained in:
QLHazyCoder
2026-04-22 02:10:07 +08:00
parent 3d69413b05
commit c35127c5b7
5 changed files with 196 additions and 12 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
<div class="run-group">
<button id="btn-contribution-mode" class="btn btn-outline btn-sm btn-contribution-mode" type="button"
aria-pressed="false" title="进入贡献模式并打开上传页">贡献/使用</button>
<input type="number" id="input-run-count" class="run-count-input" value="1" min="1" max="50" title="运行次数" />
<input type="number" id="input-run-count" class="run-count-input" value="1" min="1" title="运行次数" />
<button id="btn-auto-run" class="btn btn-success" title="自动执行全部步骤">
<svg width="14" height="14" viewBox="0 0 24 24" fill="currentColor">
<polygon points="5 3 19 12 5 21 5 3" />