diff --git a/app/app.vue b/app/app.vue index a0578f1..18f86a5 100644 --- a/app/app.vue +++ b/app/app.vue @@ -80,7 +80,7 @@ const createMetaTags = (metaTag: Partial = {}) => { } // CSS 변수 생성 헬퍼 -const createCssVariable = (keyColorJson: GameDataKeyColors) => { +const createStyleCss = (keyColorJson: GameDataKeyColors) => { const colorVariables = Object.entries(keyColorJson) .filter(([key, value]) => key && value != null) .map(([key, value]) => `--${key}: ${value};`) @@ -95,9 +95,10 @@ const setupGameHead = (data: GameDataValue) => { const metaTag: Partial = data.meta_tag_json ?? {} const designTheme = data.design_theme === 1 ? 'light' : 'dark' const styleLinks = createStyleLinks( - data.favicon_json - // data?.game_font?.font_path + data.favicon_json, + data?.game_font?.font_path ) + const styleCss = createStyleCss(data.key_color_json) useHead({ title: metaTag.page_title ?? '', @@ -110,7 +111,7 @@ const setupGameHead = (data: GameDataValue) => { link: styleLinks, style: [ { - innerHTML: createCssVariable(data.key_color_json), + innerHTML: styleCss, id: 'game-css-variables', }, ], diff --git a/app/pages/inspection/index.vue b/app/pages/inspection/index.vue index 4c55e25..86d570b 100644 --- a/app/pages/inspection/index.vue +++ b/app/pages/inspection/index.vue @@ -56,80 +56,24 @@ >
- - - - {{ tm('Inspection_Community_Btn') }} + {{ tm('Inspection_Community_Btn') }} - - -
- - {{ tm('Txt_Game_Start') }} - - - - - - - - {{ tm('Txt_Game_Start') }} - - - - - -
+ + + {{ tm('Txt_Game_Start') }} +
@@ -137,7 +81,6 @@

{{ @@ -147,18 +90,23 @@ }}

- - {{ getButtonText(btn.platform) }} - + + {{ getButtonText(market) }} + +
@@ -170,6 +118,8 @@ diff --git a/layers/components/blocks/slide/Arrows.vue b/layers/components/blocks/Button/SlideArrows.vue similarity index 100% rename from layers/components/blocks/slide/Arrows.vue rename to layers/components/blocks/Button/SlideArrows.vue diff --git a/layers/components/blocks/DatePicker.vue b/layers/components/blocks/DatePicker.vue index d68dc50..28de42d 100644 --- a/layers/components/blocks/DatePicker.vue +++ b/layers/components/blocks/DatePicker.vue @@ -365,7 +365,7 @@ onMounted(() => { >