파일명에 들어갈 번호 숫자 기본 자리수를 3->4로 변경

This commit is contained in:
2026-05-14 15:47:46 +09:00
parent 2879e1ee0a
commit 0a82ab1b7b
+1 -1
View File
@@ -27,7 +27,7 @@
<label>파일명 포맷</label>
<input type="text" id="input-prefix" value="photo" placeholder="접두사" />
<span class="format-sep">_</span>
<input type="number" id="input-digits" value="3" min="1" max="6" />
<input type="number" id="input-digits" value="4" min="1" max="6" />
<span class="format-sep">자리 순번</span>
<span style="color:var(--muted);font-size:12px;"></span>
<span id="preview-name">photo_001.jpg</span>