릴리스: v1.3.67 아이템 참조 요약과 영향 표시

This commit is contained in:
2026-04-02 15:04:20 +09:00
parent 188576f8ac
commit c1dfea41a5
6 changed files with 173 additions and 3 deletions

View File

@@ -19,6 +19,10 @@ 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>