VIP 멤버십 공개 범위 적용 v1.5.5

This commit is contained in:
2026-05-26 16:22:05 +09:00
parent 6333c4254f
commit 3843e16d9f
17 changed files with 169 additions and 48 deletions

View File

@@ -633,7 +633,7 @@ const deleteMedia = async (item) => {
type="button"
@click="setActiveTab('thumbnails')"
>
썸네일
프로필 이미지
</button>
</div>
</div>
@@ -750,11 +750,11 @@ const deleteMedia = async (item) => {
type="button"
@click="selectFolder('')"
>
<span>전체 썸네일</span>
<span>전체 이미지</span>
<span>{{ thumbnailMediaItems.length }}</span>
</button>
<p class="admin-media__thumb-hint mt-4 text-xs leading-relaxed text-muted">
회원 프로필에서 쓰는 이미지는 연결 회원이 있을 때만 삭제·이름 변경이 막힙니다. 프로필에서 바꾸거나 해제해도 <strong class="font-semibold text-ink">디스크 파일은 삭제되지 않으며</strong> 목록에 남습니다. 목록이 바로 바뀌면 페이지를 새로고침하세요. 관리자는 필요 삭제·다운로드로 정리할 있습니다.
회원 프로필에서 쓰는 이미지는 연결 회원이 있을 때만 삭제·이름 변경이 막힙니다. <br> 프로필에서 바꾸거나 해제해도 <strong class="font-semibold text-ink">디스크 파일은 삭제되지 않으며</strong> 목록에 남습니다. <br>목록이 바로 바뀌면 페이지를 새로고침하세요. <br>관리자는 필요 삭제·다운로드로 정리할 있습니다.
</p>
</aside>