diff --git a/src/main/resources/templates/feed.html b/src/main/resources/templates/feed.html index 7d91931..f8d44aa 100644 --- a/src/main/resources/templates/feed.html +++ b/src/main/resources/templates/feed.html @@ -308,9 +308,12 @@ /*/g,'>').replace(/"/g,'"'); } @@ -526,13 +529,18 @@ const vph = (currentTab === 'RIVAL' && it.viewsPerHour != null) ? `·${fmtNum(Math.round(it.viewsPerHour))}/h` : ''; - // 롱폼 소재(소스·인물)는 재가공 스튜디오로, 경쟁 쇼츠는 원본 보기로 - // (남의 쇼츠는 재가공 대상이 아님) + // 롱폼 소재(소스·인물)는 숏폼 큐로 넘기는 게 주 동선이다. + // 경쟁 쇼츠는 이미 잘린 결과물이라 큐 대상이 아니고 원본 보기만 준다. + const inQueue = queued.has(it.videoId); const primary = currentTab === 'RIVAL' ? ` 원본 보기` - : ` - 작업 시작`; + : (inQueue + ? ` + 큐에 있음` + : ``); return `
${primary} + ${currentTab === 'RIVAL' ? '' : ` + + + `}