feat: 更新 EpisodeSelector 组件,调整每页显示集数和样式以优化用户体验

This commit is contained in:
katelya
2025-09-05 11:08:25 +08:00
parent 0874cac2ae
commit 87e401738f
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -1640,6 +1640,7 @@ function PlayPageClient() {
>
<EpisodeSelector
totalEpisodes={totalEpisodes}
episodesPerPage={50}
value={currentEpisodeIndex + 1}
onChange={handleEpisodeChange}
onSourceChange={handleSourceChange}