@echo off cd /d e:\Github\AIGC\aigc-ui echo 正在构建前端... call npm run build echo 构建完成! pause