This commit is contained in:
2025-10-12 20:21:28 +08:00
parent 75f1e529ac
commit 156b5aad34
3 changed files with 4 additions and 2 deletions

View File

@@ -275,8 +275,8 @@ export default function Home() {
} alt="autoplayorpause"
></IconClick>
<IconClick size={45} onClick={() => setShowSpeedAdjust(!showSpeedAdjust)}
src={IMAGES.more_horiz}
alt="more"
src={IMAGES.speed}
alt="speed"
className={`${showSpeedAdjust ? 'bg-gray-200' : ''}`}></IconClick>
<IconClick size={45} onClick={save}
src={IMAGES.save}