refactor: remove project settings panel

This commit is contained in:
gin
2026-05-26 21:08:58 +08:00
parent 2a702fa6a9
commit ebccb7283f
27 changed files with 79 additions and 989 deletions
-4
View File
@@ -3,10 +3,6 @@ import mitt from "mitt";
/** 全局公共事件需要在此处添加类型 */
type Events = {
openPanel: string;
tagViewsChange: string;
tagViewsShowModel: string;
logoChange: boolean;
changLayoutRoute: string;
};