From bd0070c3dea9df91c77fafe9159f8f5e215eaa56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8A=9B=E7=9A=93?= Date: Fri, 14 May 2021 17:03:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E7=94=BB=E5=B8=83?= =?UTF-8?q?=E5=8F=B3=E9=94=AE=E4=BA=8B=E4=BB=B6=E7=9A=84=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/designer/src/builtin-simulator/host.ts | 3 +++ packages/editor-core/src/hotkey.ts | 1 + packages/editor-skeleton/src/icons/slot.tsx | 2 +- packages/renderer-core/src/module.d.ts | 1 + 4 files changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/designer/src/builtin-simulator/host.ts b/packages/designer/src/builtin-simulator/host.ts index 250351fbd..4a7458712 100644 --- a/packages/designer/src/builtin-simulator/host.ts +++ b/packages/designer/src/builtin-simulator/host.ts @@ -673,6 +673,9 @@ export class BuiltinSimulatorHost implements ISimulatorHost - + ); diff --git a/packages/renderer-core/src/module.d.ts b/packages/renderer-core/src/module.d.ts index 654068e05..35ef93420 100644 --- a/packages/renderer-core/src/module.d.ts +++ b/packages/renderer-core/src/module.d.ts @@ -1,3 +1,4 @@ +// tips: Q29weXJpZ2h0IChjKSAyMDIwLXByZXNlbnQgQWxpYmFiYSBJbmMuIFYz declare module '@ali/b3-one/lib/obj'; declare module '@ali/b3-one/lib/url'; declare module '@ali/lib-mtop';