diff --git a/components/admin/AdminAdsSettingsCard.vue b/components/admin/AdminAdsSettingsCard.vue new file mode 100644 index 0000000..bd979c4 --- /dev/null +++ b/components/admin/AdminAdsSettingsCard.vue @@ -0,0 +1,155 @@ + + + + + + + + Ads + + + 위치별 광고 코드를 관리합니다. 비어 있는 슬롯은 공개 화면에 표시되지 않습니다. + + + + + + 편집 + + + + + 취소 + + + {{ saving ? '저장 중' : '저장' }} + + + + + + + + + {{ slot.label }} + + + {{ hasSlotCode(form, slot.key) ? '등록됨' : '미등록' }} + + + + + + + {{ slot.label }} + + {{ slot.description }} 애드센스에서 제공한 반응형 또는 고정 크기 HTML 코드를 그대로 붙여 넣습니다. + + + + + + diff --git a/components/site/RightSidebar.vue b/components/site/RightSidebar.vue index e33c80d..834801d 100644 --- a/components/site/RightSidebar.vue +++ b/components/site/RightSidebar.vue @@ -486,6 +486,12 @@ watch([postTocItems, () => route.fullPath], async () => { About {{ siteSettings.title }} + +
+ 위치별 광고 코드를 관리합니다. 비어 있는 슬롯은 공개 화면에 표시되지 않습니다. +
+ {{ slot.label }} +
+ {{ hasSlotCode(form, slot.key) ? '등록됨' : '미등록' }} +
+ {{ slot.description }} 애드센스에서 제공한 반응형 또는 고정 크기 HTML 코드를 그대로 붙여 넣습니다. +