/** * Copyright (c) 2025 TDCAT.CN */ // 初始化应用 export function initApp() { // Don't register routes during initialization // This should be handled by the UI components console.info('App initialized'); }