From c5ef61e473cf98f1e3e542e8e77c577cb1ba4e87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=A3=E9=A1=B6?= Date: Fri, 19 Apr 2024 02:12:12 +0800 Subject: [PATCH] =?UTF-8?q?wip:=20=E5=AE=8C=E5=96=84=E4=BA=8B=E4=BB=B6?= =?UTF-8?q?=E6=80=BB=E7=BA=BF=E4=BA=8B=E4=BB=B6=E7=B3=BB=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/bus.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/bus.ts b/src/utils/bus.ts index ca01a4c..fa2aca5 100644 --- a/src/utils/bus.ts +++ b/src/utils/bus.ts @@ -11,6 +11,7 @@ type Events = { value: string // 图片地址 url | 视频地址 url | 文本内容 | SVG ... type: string // 元素类型 } + 'element:align': 'left' | 'center' | 'right' | 'top' | 'middle' | 'bottom' // 对齐方式 'video:skip': number // 跳转视频 'canvas:fullscreen'?: boolean // 全屏 }