mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-02-22 02:24:44 +08:00
feat: show episodes in play record
This commit is contained in:
@@ -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
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user