export function initApp(): void { const app = document.getElementById('app'); if (!app) { console.error('App element not found'); return; } app.innerHTML = `
请稍后,页面即将呈现