From 593ee5e44818a7bffea6f9b24a5db35e96b25500 Mon Sep 17 00:00:00 2001 From: oxygenkun Date: Sun, 21 Jul 2024 18:16:24 +0800 Subject: [PATCH] remove comments --- registry/lib/components/video/download/types.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/registry/lib/components/video/download/types.ts b/registry/lib/components/video/download/types.ts index af5fce176..676c7a5d8 100644 --- a/registry/lib/components/video/download/types.ts +++ b/registry/lib/components/video/download/types.ts @@ -114,6 +114,5 @@ export class DownloadVideoAction { /** 下载视频的最终输出处理 */ export interface DownloadVideoOutput extends VueInstanceInput, WithName { runAction: (action: DownloadVideoAction, instance: OutputParameter) => Promise - /** 是否需要代理下载assets */ description?: string }