Files
dbx-main/app/static/dispatch/courier/ninjavan.svg
T
king a65ca65a8b 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>
2026-06-19 15:54:23 +09:00

13 lines
681 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 138 28" role="img" aria-label="Ninja Van">
<rect x="0" y="0" width="138" height="28" rx="6" fill="#D6242C"/>
<!-- 간이 닌자 머리(흰 원 + 빨강 눈띠) -->
<g transform="translate(14,14)">
<circle r="9" fill="#fff"/>
<rect x="-9" y="-2.4" width="18" height="4.8" fill="#D6242C"/>
<rect x="-7" y="-1.1" width="4.2" height="2.2" rx="1.1" fill="#fff"/>
<rect x="2.8" y="-1.1" width="4.2" height="2.2" rx="1.1" fill="#fff"/>
</g>
<text x="29" y="19" font-family="Arial, 'Helvetica Neue', sans-serif" font-size="14"
font-weight="700" fill="#fff" letter-spacing="0.3">Ninja Van</text>
</svg>