feat: show episodes in play record

This commit is contained in:
shinya
2025-06-22 22:16:14 +08:00
parent bf34162998
commit 08b0636cfc

View File

@@ -279,7 +279,9 @@ function DetailPageClient() {
</div>
{/* 剩余时间 */}
<span className='text-gray-600/60 text-xs whitespace-nowrap'>
{' '}
{playRecord.total_episodes > 1
? `${playRecord.index}集 剩余 `
: '剩余 '}
{formatDuration(
playRecord.total_time - playRecord.play_time
)}