From 9edb0c94e9c321e84f206496ca16082b10ecfa86 Mon Sep 17 00:00:00 2001 From: lizhuoyuan <2820814112@qq.com> Date: Mon, 20 Jan 2025 20:07:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8Druntime.d.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- runtime.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime.d.ts b/runtime.d.ts index d5dafbe8..910283f9 100644 --- a/runtime.d.ts +++ b/runtime.d.ts @@ -2899,6 +2899,7 @@ type CoreMixin = { readonly dom: { [key: string]: HTMLElement } /** dom样式 */ readonly domStyle: { + ratio: number, scale: number, isVertical: boolean, showStatusBar: boolean,