@ -1,7 +1,7 @@
#!/bin/bash
# 一键部署脚本 - Linux/macOS
# 使用方法: chmod +x deploy.sh && ./deploy.sh
# 使用方法: cp deploy.sh deploy-new.sh && chmod +x deploy-new.sh && ./deploy-new.sh
set -e # 遇到错误立即退出