Parcourir la source

feat: 监听消息暂停播放

TIANYONG il y a 4 mois
Parent
commit
867af7866d
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      src/subpages/colexiu/buttons/player.tsx

+ 0 - 1
src/subpages/colexiu/buttons/player.tsx

@@ -33,7 +33,6 @@ export default defineComponent({
           RuntimeUtils.setPlayState()
         }
         RuntimeUtils.stopTick()
-        RuntimeUtils.setCurrentTime(0)
         setTimeout(() => {
           if (runtime.playState == 'play') {
             RuntimeUtils.setPlayState()