Update description (#4734)

This commit is contained in:
the1812 2024-05-10 08:51:06 +08:00
parent 98dbb08517
commit 354c1ea7d4

View File

@ -4,7 +4,7 @@ import { DownloadVideoOutput } from '../../../../components/video/download/types
import { run } from './handler'
export const title = 'WASM 混流输出'
const desc = '使用 WASM 在浏览器中下载并合并音视频'
const desc = '使用 WASM 在浏览器中下载并合并音视频, 支持批量下载'
export const plugin: PluginMetadata = {
name: 'downloadVideo.outputs.wasm',