릴리스: v1.3.69 관리자 티어표 집계와 아이템 UI 정리
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user