소스 검색

修改需求

bill 2 년 전
부모
커밋
1b15564ade
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/record/shot.vue

+ 2 - 2
src/views/record/shot.vue

@@ -84,8 +84,8 @@ export default defineComponent({
     const videoRecorder = new VideoRecorder(config);
     const showLeftPano = ref(false)
     const showBottomBar = ref(false)
-    const MAX_SIZE = 10 * 1024 * 1024
-    const MAX_TIME = 10 * 1000
+    const MAX_SIZE = 2 * 1024 * 1024 * 1024
+    const MAX_TIME = 30 * 60 * 1000
 
     type VideoItem = { origin: Blob | string, cover: string }