Dev 安装依赖 npm i 开发预览 npm run dev http://localhost:3000/ 构建项目 npm run build 环境变量 cp .env.example .env # 关闭广告 VITE_DISABLE_ADSENSE=true