src/types/mitt.d.ts
@@ -23,15 +23,26 @@ 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; }; updateHeaderTitle?: string; newChatClick?: T; isShowHomePage?: boolean; quoteAttach: T; setFileContent: T; }; // mitt 参数类型定义