글씨가 보이지 않으시면 밝기, 명도 조정을 해주세요.
밝기조정을 하셔도 채도나 농도에 따라 색상이 달라보일 수 있는 점 유의해 주세요.
하루애 협력업체로 배송되는 상품은 로고가 다를수 있으니 참고 부탁드리겠습니다.
아래 JSON 형식으로 상품 데이터를 붙여넣으면 상세페이지가 자동으로 완성됩니다.
상품명, 색상, DETAIL CHECK, 상품 정보가 모두 한 번에 적용됩니다.
아래 코드를 스마트스토어 상품 상세 편집기의 "HTML 소스" 창에 붙여넣어 사용하세요.
※ 이미지는 base64 인라인으로 포함됩니다. 외부 이미지는 스마트스토어 이미지호스팅 URL로 교체하는 것을 권장합니다.
'); else html += fixedWidthStyle + embedded; const blob = new Blob([html],{type:'text/html;charset=utf-8'}); const filename = `${getExportBaseFilename()}.html`; const result = await saveFilePicker(blob, filename, 'text/html'); if(result) showToast('✓ 편집 가능한 HTML 저장 완료'); } function importStudioHTML(e){ const file = e.target.files[0]; if(!file) return; const reader = new FileReader(); reader.onload = function(ev){ try{ const text = String(ev.target.result || ''); let snapshot = null; const tplMatch = text.match(/]*>([\s\S]*?)<\/template>/i); if(tplMatch && tplMatch[1]){ snapshot = decodeSnapshotFromHtml(tplMatch[1].trim()); }else{ const legacyMatch = text.match(/