Compact STL list and clarify auto iteration

This commit is contained in:
Codex
2026-05-31 01:27:32 +08:00
parent 5cac15fbed
commit e2be49677f
3 changed files with 112 additions and 48 deletions

View File

@@ -170,9 +170,7 @@
<div class="tool-section-title compact-title">
<span>STL</span>
<div class="title-actions model-visibility-actions">
<button id="hideAllStlBtn" class="model-eye-btn hidden-eye" type="button" title="全部取消显示" aria-label="全部取消显示"><span></span></button>
<button id="solidAllStlBtn" class="model-eye-btn solid-eye" type="button" title="全部实显" aria-label="全部实显"><span></span></button>
<button id="translucentAllStlBtn" class="model-eye-btn translucent-eye" type="button" title="全部半透明" aria-label="全部半透明"><span></span></button>
<button id="cycleAllStlModeBtn" class="model-eye-btn" type="button" title="切换全部 STL 显示状态" aria-label="切换全部 STL 显示状态"><span></span></button>
</div>
<em id="stlCount">0</em>
</div>