feat: add compress video logics

This commit is contained in:
yanghao05
2025-03-29 16:02:05 +08:00
parent c7dbeae122
commit 754f938e76
17 changed files with 1952 additions and 199 deletions

View File

@@ -1,7 +1,9 @@
<script setup lang="ts">
<script setup>
import { ref } from 'vue'
defineProps<{ msg: string }>()
defineProps({
msg: String,
})
const count = ref(0)
</script>