v1.4.6: 사이트 설정 이미지 저장 흐름·홈 커버 라이트/다크 분리
- 로고 업로드는 파일 URL만 폼에 반영하고 기타 설정 저장 시 DB에 반영 - 메인 화면 커버 라이트·다크 이미지 필드 추가 및 테마별 HomeHero 교체 - home_cover_dark_image_url 마이그레이션 및 미디어 사용 현황 보정
This commit is contained in:
@@ -281,9 +281,10 @@ const scrollFeatured = (direction) => {
|
||||
|
||||
<template>
|
||||
<MainColumn>
|
||||
<section v-if="siteSettings?.homeCoverImageUrl" class="home-page__hero">
|
||||
<section v-if="siteSettings?.homeCoverImageUrl || siteSettings?.homeCoverDarkImageUrl" class="home-page__hero">
|
||||
<HomeHero
|
||||
:image-url="siteSettings.homeCoverImageUrl"
|
||||
:dark-image-url="siteSettings.homeCoverDarkImageUrl"
|
||||
:title="siteSettings.homeCoverTitle"
|
||||
:text="siteSettings.homeCoverText"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user