From 81350cec514cedf24531cdabaf950b3c9eaa51c1 Mon Sep 17 00:00:00 2001 From: clkim Date: Fri, 9 Jan 2026 13:21:29 +0900 Subject: [PATCH] =?UTF-8?q?feat.=20=EA=B3=B5=ED=86=B5=20=EC=9D=B4=EB=AF=B8?= =?UTF-8?q?=EC=A7=80=20=EC=95=84=EC=9D=B4=EC=BD=98=20=ED=83=80=EC=9E=85?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/app.vue | 140 +++++++++++------- layers/assets/css/components/_splide.css | 4 - layers/components/atoms/Button/Play.vue | 3 +- layers/components/atoms/Select.vue | 8 +- .../atoms/icons/ArrowControlTopLine.vue | 31 ++++ .../components/atoms/icons/ArrowRightFill.vue | 30 ++++ .../atoms/icons/SelectArrowDownFill.vue | 26 ---- layers/components/blocks/Button/Launcher.vue | 8 +- layers/components/blocks/Button/ScrollTop.vue | 4 +- layers/components/blocks/DatePicker.vue | 2 +- layers/components/blocks/slide/Arrows.vue | 8 +- layers/templates/FxDownload01/index.vue | 2 +- layers/types/api/gameData.ts | 16 -- nuxt.config.ts | 14 -- .../{ => btn_launcher}/btn_logo-app.svg | 0 .../{ => btn_launcher}/btn_logo-google.svg | 0 .../common/{ => btn_launcher}/btn_logo-pc.svg | 0 .../{ => btn_launcher}/btn_logo-stove.svg | 0 .../Type-AMD.svg | 0 .../Type-DirectX.svg | 0 .../Type-NVIDIA.svg | 0 .../Type-Visual.svg | 0 .../Type-intel.svg | 0 23 files changed, 165 insertions(+), 131 deletions(-) create mode 100644 layers/components/atoms/icons/ArrowControlTopLine.vue create mode 100644 layers/components/atoms/icons/ArrowRightFill.vue delete mode 100644 layers/components/atoms/icons/SelectArrowDownFill.vue rename public/images/common/{ => btn_launcher}/btn_logo-app.svg (100%) rename public/images/common/{ => btn_launcher}/btn_logo-google.svg (100%) rename public/images/common/{ => btn_launcher}/btn_logo-pc.svg (100%) rename public/images/common/{ => btn_launcher}/btn_logo-stove.svg (100%) rename public/images/common/{grades_driver => download_driver}/Type-AMD.svg (100%) rename public/images/common/{grades_driver => download_driver}/Type-DirectX.svg (100%) rename public/images/common/{grades_driver => download_driver}/Type-NVIDIA.svg (100%) rename public/images/common/{grades_driver => download_driver}/Type-Visual.svg (100%) rename public/images/common/{grades_driver => download_driver}/Type-intel.svg (100%) diff --git a/app/app.vue b/app/app.vue index c0edfec..d64658f 100644 --- a/app/app.vue +++ b/app/app.vue @@ -1,14 +1,14 @@ + + diff --git a/layers/components/atoms/icons/ArrowRightFill.vue b/layers/components/atoms/icons/ArrowRightFill.vue new file mode 100644 index 0000000..8450475 --- /dev/null +++ b/layers/components/atoms/icons/ArrowRightFill.vue @@ -0,0 +1,30 @@ + + + diff --git a/layers/components/atoms/icons/SelectArrowDownFill.vue b/layers/components/atoms/icons/SelectArrowDownFill.vue deleted file mode 100644 index 87b9b74..0000000 --- a/layers/components/atoms/icons/SelectArrowDownFill.vue +++ /dev/null @@ -1,26 +0,0 @@ - - - diff --git a/layers/components/blocks/Button/Launcher.vue b/layers/components/blocks/Button/Launcher.vue index 97edbc5..7afb5cb 100644 --- a/layers/components/blocks/Button/Launcher.vue +++ b/layers/components/blocks/Button/Launcher.vue @@ -39,10 +39,10 @@ const PLATFORM_ICON_MAP: Record = { } as const const DUP_IMAGE_MAP: Record = { - 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(() => { diff --git a/layers/components/blocks/Button/ScrollTop.vue b/layers/components/blocks/Button/ScrollTop.vue index 8b3d984..94fef90 100644 --- a/layers/components/blocks/Button/ScrollTop.vue +++ b/layers/components/blocks/Button/ScrollTop.vue @@ -26,7 +26,9 @@ const handleScrollToTop = () => { class="btn-top" sr-only="top" @click="handleScrollToTop" - /> + > + + diff --git a/layers/components/blocks/DatePicker.vue b/layers/components/blocks/DatePicker.vue index d68dc50..97479c3 100644 --- a/layers/components/blocks/DatePicker.vue +++ b/layers/components/blocks/DatePicker.vue @@ -436,7 +436,7 @@ onMounted(() => { > {{ t('Text_MonthYear', { month: month + 1, year: year }) }} - +