릴리스: v1.3.69 관리자 티어표 집계와 아이템 UI 정리

This commit is contained in:
2026-04-02 15:21:03 +09:00
parent a16b1e1025
commit badf250967
9 changed files with 140 additions and 72 deletions

View File

@@ -19,10 +19,6 @@ const props = defineProps({
<span class="customItemCard__badge" :class="{ 'customItemCard__badge--template': item.sourceType === 'template' }">{{ item.sourceLabel }}</span>
<img class="customItemCard__image" :src="toApiUrl(item.src)" :alt="item.label" />
<div class="customItemCard__title" :title="item.label">{{ item.label }}</div>
<div class="customItemCard__stats">
<span class="customItemCard__stat">참조 {{ item.sharedReferenceCount || 1 }}</span>
<span class="customItemCard__stat">게임 {{ item.sharedLinkedGameCount || item.linkedGames?.length || 0 }}</span>
</div>
</button>
</div>