release: 중국어선 조업분석, 이란 시설, 레이어 재구성 + OSINT 중복 수정 #86

병합
htlee develop 에서 main 로 9 commits 를 머지했습니다 2026-03-20 08:52:33 +09:00
Showing only changes of commit d40084da3b - Show all commits

파일 보기

@ -307,6 +307,15 @@ function AuthenticatedApp({ user, onLogout }: AuthenticatedAppProps) {
<span className="text-[11px]">🚢</span>
{t('filters.ferryWatch')}
</button>
<button
type="button"
className={`mode-btn ${koreaLayers.cnFishing ? 'active live' : ''}`}
onClick={() => toggleKoreaLayer('cnFishing')}
title="중국어선감시"
>
<span className="text-[11px]">🎣</span>
</button>
</div>
)}