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 参数类型定义