파일명 포맷에 접미사 기능 추가

This commit is contained in:
2026-05-22 10:27:59 +09:00
parent 77bc2815a3
commit bb5fd0a0e9
5 changed files with 9 additions and 15 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ export function createFolderController({
setStatus(`${state.files.length}개 파일 로드됨`, true);
const folderName = folder.replace(/\\/g, '/').split('/').pop();
if (folderName) inputPrefix.value = folderName;
if (folderName) inputPrefix.value = `${folderName}_`;
renderGrid();
updatePreview();