fix: App.vue updates

This commit is contained in:
2026-06-09 15:45:58 +08:00
parent 59aed77199
commit daec24d69b

View File

@@ -169,6 +169,7 @@ init()
@choose="onChoose" @choose="onChoose"
/> />
<div v-if="started && !store.gameEnded" class="top-bar"> <div v-if="started && !store.gameEnded" class="top-bar">
<LangSwitch />
<PlaybackBar <PlaybackBar
:can-skip="canSkip" :can-skip="canSkip"
:current-speed="currentSpeed" :current-speed="currentSpeed"