소스 검색

feat: 监听消息暂停播放

TIANYONG 9 달 전
부모
커밋
867af7866d
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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()