mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-05-20 04:47:30 +08:00
feat: show episodes in play record
This commit is contained in:
@@ -279,7 +279,9 @@ function DetailPageClient() {
|
|||||||
</div>
|
</div>
|
||||||
{/* 剩余时间 */}
|
{/* 剩余时间 */}
|
||||||
<span className='text-gray-600/60 text-xs whitespace-nowrap'>
|
<span className='text-gray-600/60 text-xs whitespace-nowrap'>
|
||||||
剩余{' '}
|
{playRecord.total_episodes > 1
|
||||||
|
? `第${playRecord.index}集 剩余 `
|
||||||
|
: '剩余 '}
|
||||||
{formatDuration(
|
{formatDuration(
|
||||||
playRecord.total_time - playRecord.play_time
|
playRecord.total_time - playRecord.play_time
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user