From 283006246420f9a1d19855d22651ad971bcadc10 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期一, 21 十月 2024 17:29:40 +0800
Subject: [PATCH] flex-auto': chartHeight == undefined

---
 src/types/mitt.d.ts |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/types/mitt.d.ts b/src/types/mitt.d.ts
index 91343ec..6c4679e 100644
--- a/src/types/mitt.d.ts
+++ b/src/types/mitt.d.ts
@@ -23,15 +23,17 @@
 	openShareTagsView?: string;
 	onTagsViewRefreshRouterView?: T;
 	onCurrentContextmenuClick?: T;
-	
 
 	//#region ====================== ai ======================
 	updateChatInput: T;
 	/** @description 寮瑰嚭鐧诲綍瀵硅瘽妗� */
-	openLoginDlg:T;
+	openLoginDlg: T;
 	/** @description 閫�鍑虹櫥褰� */
-	logout:T;
+	logout: T;
 	//#endregion
+	'amis.page.ready': {
+		instance: any;
+	};
 };
 
 // mitt 鍙傛暟绫诲瀷瀹氫箟

--
Gitblit v1.9.3