@echo off cd /d %~dp0 echo 安装依赖... pip install -r requirements.txt echo. echo 启动 plate-ai-service... python app.py pause