From 354c1ea7d4a8a997fb30fb35283ceb1023dd226a Mon Sep 17 00:00:00 2001 From: the1812 Date: Fri, 10 May 2024 08:51:06 +0800 Subject: [PATCH] Update description (#4734) --- registry/lib/plugins/video/download/wasm-output/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/lib/plugins/video/download/wasm-output/index.ts b/registry/lib/plugins/video/download/wasm-output/index.ts index 878bff1fe..3cde08f64 100644 --- a/registry/lib/plugins/video/download/wasm-output/index.ts +++ b/registry/lib/plugins/video/download/wasm-output/index.ts @@ -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',