Sfoglia il codice sorgente

临时调慢视频帧播放速度

任一存 3 anni fa
parent
commit
fdceb7fdfd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/TreeAnimation.vue

+ 1 - 1
src/views/TreeAnimation.vue

@@ -58,7 +58,7 @@ export default {
       } else {
         this.isLoading = true
       }
-    }, 41)
+    }, 31) // todo
   },
   unmounted() {
   },