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

@@ -0,0 +1,8 @@
import tailwindcss from '@tailwindcss/vite'
import vue from '@vitejs/plugin-vue'
import { defineConfig } from 'vite'
// https://vite.dev/config/
export default defineConfig({
plugins: [vue(), tailwindcss()],
})