feat. 공통 이미지 아이콘 타입으로 변경

This commit is contained in:
clkim
2026-01-09 13:21:29 +09:00
parent 352d76a61c
commit 81350cec51
23 changed files with 165 additions and 131 deletions

View File

@@ -39,10 +39,10 @@ const PLATFORM_ICON_MAP: Record<Platform, string> = {
} as const
const DUP_IMAGE_MAP: Record<Platform, string> = {
google_play: '/images/common/btn_logo-google.svg',
app_store: '/images/common/btn_logo-app.svg',
pc: '/images/common/btn_logo-pc.svg',
stove: '/images/common/btn_logo-stove.svg',
google_play: '/images/common/btn_launcher/btn_logo-google.svg',
app_store: '/images/common/btn_launcher/btn_logo-app.svg',
pc: '/images/common/btn_launcher/btn_logo-pc.svg',
stove: '/images/common/btn_launcher/btn_logo-stove.svg',
} as const
const componentTag = computed(() => {