Browse Source

feat: 监听消息暂停播放

TIANYONG 4 months ago
parent
commit
867af7866d
1 changed files with 0 additions and 1 deletions
  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()