import { initApp } from './js/app.js'; import './styles/main.css'; // 页面初始化 document.addEventListener('DOMContentLoaded', initApp);