@echo off cd /d "%~dp0" if not exist node_modules ( echo 正在安装依赖... call npm install ) echo 正在启动门店装修工具... call npm start