feat(dispatch): 배송사 배지를 로고 이미지로 표시

- store.courier_logo_url: 배송사명(부분 일치) → 로고 SVG URL, 없으면 텍스트 폴백
- Jinja 필터 courier_logo 등록(main.py)
- Ninja Van / J&T Express 내장 SVG 로고 추가(static/dispatch/courier/)
- 출고 작업 카드 + Kagayaku 전달 요약에 로고 렌더

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-19 15:54:23 +09:00
parent a189b93427
commit a65ca65a8b
6 changed files with 76 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 122 28" role="img" aria-label="J&T Express">
<rect x="0.6" y="0.6" width="120.8" height="26.8" rx="6" fill="#fff" stroke="#E2231A" stroke-width="1.2"/>
<text x="9" y="20" font-family="Arial, 'Helvetica Neue', sans-serif" font-size="16"
font-weight="800" fill="#E2231A" letter-spacing="0.2">J&amp;T</text>
<text x="42" y="19" font-family="Arial, 'Helvetica Neue', sans-serif" font-size="11"
font-weight="700" fill="#1f2937" letter-spacing="1">EXPRESS</text>
</svg>

After

Width:  |  Height:  |  Size: 539 B