全部用静态导入
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
* 统一管理所有事件处理器和功能模块
|
||||
*/
|
||||
|
||||
import { eventBus, eventBusActions, EVENT_TYPES } from '../eventBus.js';
|
||||
import { panelHandler, PANEL_EVENT_TYPES, panelActions } from './PanelHandler.js';
|
||||
import tabPageHandler, { TABPAGE_EVENT_TYPES, tabPageActions } from './TabPageHandler.js';
|
||||
import areaHandler, { AREA_EVENT_TYPES, areaActions } from './AreaHandler.js';
|
||||
import globalEventManager, { GLOBAL_EVENT_TYPES, globalEventActions } from './GlobalEventManager.js';
|
||||
import dragStateManager, { DRAG_STATE_TYPES, dragStateActions } from './DragStateManager.js';
|
||||
import integrationTester, { testActions, TEST_CONFIG } from './IntegrationTester.js';
|
||||
import { eventBus, eventBusActions, EVENT_TYPES } from '../eventBus';
|
||||
import { panelHandler, PANEL_EVENT_TYPES, panelActions } from './PanelHandler';
|
||||
import tabPageHandler, { TABPAGE_EVENT_TYPES, tabPageActions } from './TabPageHandler';
|
||||
import areaHandler, { AREA_EVENT_TYPES, areaActions } from './AreaHandler';
|
||||
import globalEventManager, { GLOBAL_EVENT_TYPES, globalEventActions } from './GlobalEventManager';
|
||||
import dragStateManager, { DRAG_STATE_TYPES, dragStateActions } from './DragStateManager';
|
||||
import integrationTester, { testActions, TEST_CONFIG } from './IntegrationTester';
|
||||
|
||||
// 事件总线配置
|
||||
export const EVENT_BUS_CONFIG = {
|
||||
|
||||
Reference in New Issue
Block a user