From 63481c48313fb6726d444fc86f56e0945973d866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E5=B0=91=E5=8D=AB?= Date: Thu, 25 Jul 2024 17:40:41 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=95=B0=E5=AD=97):=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E4=B8=8A=E4=B8=8B=E6=A0=87=E8=87=AA=E5=AE=9A=E4=B9=89=E5=B1=9E?= =?UTF-8?q?=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/core/ServersPlugin.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/core/ServersPlugin.ts b/packages/core/ServersPlugin.ts index a9fb588e..d1f81255 100644 --- a/packages/core/ServersPlugin.ts +++ b/packages/core/ServersPlugin.ts @@ -2,7 +2,7 @@ * @Author: 秦少卫 * @Date: 2023-06-20 12:52:09 * @LastEditors: 秦少卫 - * @LastEditTime: 2024-07-06 17:24:55 + * @LastEditTime: 2024-07-25 17:40:14 * @Description: 内部插件 */ import { v4 as uuid } from 'uuid'; @@ -177,6 +177,7 @@ class ServersPlugin { 'editable', 'extensionType', 'extension', + 'verticalAlign', ]; }