fix. formatPathHost 파라미터 직관적으로 명칭 수정

This commit is contained in:
clkim
2026-02-24 10:04:14 +09:00
parent 82013e048f
commit a21c4127f6
10 changed files with 27 additions and 30 deletions

View File

@@ -101,7 +101,7 @@ const getGameRatingImage = computed((): { type: string; image: string } => {
image: formatPathHost(
`/images/common/grades_age/${locale.value}/${type}.svg`,
{
imageType: 'common',
imageType: 'public',
}
),
}
@@ -134,7 +134,7 @@ const getContentInfoImage = computed((): string[] => {
const type = contentTypeMap[item]
return type
? formatPathHost(`/images/common/grades_use/${type}.svg`, {
imageType: 'common',
imageType: 'public',
})
: ''
})
@@ -331,7 +331,7 @@ const footerAgeRatingInfo = computed((): string[] => {
<img
:src="
formatPathHost(`/images/common/logo_smilegate.png`, {
imageType: 'common',
imageType: 'public',
})
"
width="114px"
@@ -344,12 +344,12 @@ const footerAgeRatingInfo = computed((): string[] => {
v-if="footerData.use_dev_ci_url"
:href="footerData.dev_ci_url"
target="_blank"
class="block nx3"
class="block"
>
<img
:src="
formatPathHost(`${setDevCi.dev_ci_img_path}`, {
imageType: 'game',
imageType: 'cdn',
})
"
alt="CI"
@@ -361,7 +361,7 @@ const footerAgeRatingInfo = computed((): string[] => {
v-else
:src="
formatPathHost(`${setDevCi.dev_ci_img_path}`, {
imageType: 'game',
imageType: 'cdn',
})
"
alt="CI"