换位置

This commit is contained in:
lwt
2026-06-09 14:01:20 +08:00
parent 6d86678e11
commit 0b34f2e3d0
53 changed files with 1762 additions and 603 deletions
+2 -2
View File
@@ -13,10 +13,10 @@ set PYTHONPATH=E:\learn\web\backend\storage\server_manager\src
python -m entrypoints.cli --root E:\game\server_root mcp
```
打包后可直接使用安装目录或 `src\dist\main\main.exe`
打包后可直接使用安装目录或 `src\dist\ServerManager\ServerManager.exe`
```bat
main.exe --root E:\game\server_root mcp
ServerManager.exe --root E:\game\server_root mcp
```
## 客户端配置示例