fix. 코드 정리 (format 적용, 불필요한 파일 제거)

This commit is contained in:
clkim
2026-01-05 13:58:35 +09:00
parent 1eb9ed5360
commit 743c3b2b3c
25 changed files with 534 additions and 1301 deletions

View File

@@ -38,7 +38,6 @@ const { pageData } = storeToRefs(pageDataStore)
const { getOperateResources } = useOperateResources()
const { sendLog } = useAnalytics()
// Constants
const COLOR_INDEX = { BACKGROUND: 0, TEXT: 1 } as const
const preregistModalRef = ref<{
@@ -71,7 +70,6 @@ const preregistSNS = computed(
() => getSupportedPlatforms('2', gameData?.value?.os_type) as Platform[]
)
// SNS Buttons
const snsButtonsData = computed(() => {
const buttons = getComponentGroupAry(props.components, 'imgSnsButton')
const links = getComponentGroupAry(props.components, 'txtSnsLink')
@@ -85,7 +83,6 @@ const snsButtonsData = computed(() => {
}))
})
// Button Colors
const buttonColors = computed(() => {
const colorData = getComponentGroupAry(
props.components,
@@ -124,7 +121,6 @@ const accPaginationData = computed(() =>
getComponentGroupAry(props.components, 'pagination')
)
// Async Data - 리워드 완료 데이터
const { data: rewardCompletedData } = await useAsyncData(
`fx-preregist-resources-${pageData.value?.page_seq}-${pageData.value?.page_ver}-${props.pageVerTmplSeq}`,
async () => {