This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# Windows BAT 部署启动器设计
## 目标
让 Windows 用户无需在 CMD 中手动输入 PowerShell 命令,可通过双击 BAT 文件完成首次 SSH 配置、服务器初始化和日常发布。
## 设计
- 在 `E:\workspace\dianshang\deploy\automation` 增加三个 ASCII 文件名的 BAT 文件,避免 CMD 编码导致中文文件名不可用。