release: update 6.0.0

This commit is contained in:
xiaoxian521
2025-04-25 09:51:57 +08:00
parent c50bb9981b
commit 1bc940500c
83 changed files with 2980 additions and 2613 deletions

View File

@@ -4,10 +4,11 @@ import mitt from "mitt";
/** 全局公共事件需要在此处添加类型 */
type Events = {
openPanel: string;
tagViewsChange: string;
tagViewsShowModel: string;
tagOnClick: string;
logoChange: boolean;
tagViewsChange: string;
changLayoutRoute: string;
tagViewsShowModel: string;
};
export const emitter: Emitter<Events> = mitt<Events>();