10 lines
222 B
Plaintext
10 lines
222 B
Plaintext
/**
|
|
* 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');
|
|
} |