wujingjing
2025-04-02 7866aa30bd13dab1fc0662e1baf6675d0dc1b282
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 参数类型定义