Merge branch 'feature/20250206_all' into feature/20250130_cl_SWV-798_2

This commit is contained in:
clkim
2026-01-26 15:14:17 +09:00
9 changed files with 90 additions and 35 deletions

View File

@@ -7,8 +7,8 @@ import type {
const { locale } = useI18n()
const { sendLog } = useAnalytics()
const gameDomain = getGameDomain()
const breakpoints = useResponsiveBreakpoints()
const analytics = {
action_type: 'click',
@@ -54,6 +54,9 @@ const toggleEventNavigation = () => {
onMounted(async () => {
eventNavigationList.value = await getEventNavigation()
if (breakpoints.value.isMobile) {
isEventNavigationOpen.value = false
}
})
</script>

View File

@@ -174,6 +174,9 @@ onMounted(() => {
// 화면 크기 변경 시 오버플로우 재계산
watch(width, () => {
throttledCalculateOverflow()
if (isMenuOpen.value && breakpoints.value.isDesktop) {
handleMenuClose()
}
})
})
</script>
@@ -381,6 +384,9 @@ onMounted(() => {
:text-color="
getColorCodeFromData(start1depthData?.btn_info, 'txt')
"
:use-game-font="
start1depthData?.btn_info?.use_game_font === 1
"
@click="sendLog(locale, start1depthData.tracking)"
>
{{ start1depthData?.btn_info?.txt_btn_name }}