From cc5db808b25e97b8abe1ab31e63333edde85cece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EB=A7=8C=EC=96=B5=20=28Jo=29?= Date: Mon, 24 Nov 2025 07:29:11 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=8B=A4=EC=9A=B4=EB=A1=9C=EB=93=9C?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80-=ED=94=8C=EB=9E=AB=ED=8F=BC=20?= =?UTF-8?q?=EB=B0=8F=20OS=ED=83=80=EC=9E=85=EB=B3=84=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layers/components/atoms/Tooltip.vue | 422 ++++++++++++++++++ .../atoms/icons/StateInfoCircleLine.vue | 36 ++ layers/templates/FxDownload01/index.vue | 215 +++++---- public/images/common/img_desktop.png | Bin 0 -> 132816 bytes 4 files changed, 589 insertions(+), 84 deletions(-) create mode 100644 layers/components/atoms/Tooltip.vue create mode 100644 layers/components/atoms/icons/StateInfoCircleLine.vue create mode 100644 public/images/common/img_desktop.png diff --git a/layers/components/atoms/Tooltip.vue b/layers/components/atoms/Tooltip.vue new file mode 100644 index 0000000..ef24ce9 --- /dev/null +++ b/layers/components/atoms/Tooltip.vue @@ -0,0 +1,422 @@ + + + + + diff --git a/layers/components/atoms/icons/StateInfoCircleLine.vue b/layers/components/atoms/icons/StateInfoCircleLine.vue new file mode 100644 index 0000000..fbcd57e --- /dev/null +++ b/layers/components/atoms/icons/StateInfoCircleLine.vue @@ -0,0 +1,36 @@ + + + diff --git a/layers/templates/FxDownload01/index.vue b/layers/templates/FxDownload01/index.vue index 1e56131..4ea9d4c 100644 --- a/layers/templates/FxDownload01/index.vue +++ b/layers/templates/FxDownload01/index.vue @@ -1,5 +1,4 @@