From 766d20c8d60af2eeab9f4c1d8aebc2444210d48a Mon Sep 17 00:00:00 2001 From: DragonAura Date: Mon, 17 Apr 2023 14:15:28 +0800 Subject: [PATCH] fix: :pencil2: add end line --- CAPI/cmd/GeneratePythonProto.cmd | 2 +- CAPI/cmd/RunCpp.cmd | 2 +- CAPI/cmd/RunGUIClient.cmd | 2 -- CAPI/cmd/RunPython.cmd | 2 +- CAPI/cmd/RunServer.cmd | 2 +- CAPI/cmd/RunServerForDebug.cmd | 2 +- 6 files changed, 5 insertions(+), 7 deletions(-) diff --git a/CAPI/cmd/GeneratePythonProto.cmd b/CAPI/cmd/GeneratePythonProto.cmd index 10cc458..34b1fd7 100644 --- a/CAPI/cmd/GeneratePythonProto.cmd +++ b/CAPI/cmd/GeneratePythonProto.cmd @@ -10,4 +10,4 @@ python -m grpc_tools.protoc -I.\CAPI\proto\ --python_out=.\CAPI\python\proto --p python -m grpc_tools.protoc -I.\CAPI\proto\ --python_out=.\CAPI\python\proto --pyi_out=.\CAPI\python\proto Message2Server.proto python -m grpc_tools.protoc -I.\CAPI\proto\ --python_out=.\CAPI\python\proto --pyi_out=.\CAPI\python\proto --grpc_python_out=.\CAPI\python\proto Services.proto -pause \ No newline at end of file +pause diff --git a/CAPI/cmd/RunCpp.cmd b/CAPI/cmd/RunCpp.cmd index f005995..ff4a482 100644 --- a/CAPI/cmd/RunCpp.cmd +++ b/CAPI/cmd/RunCpp.cmd @@ -4,4 +4,4 @@ start .\CAPI\cpp\x64\Debug\API.exe -I 127.0.0.1 -P 8888 -p 0 -o -d start .\CAPI\cpp\x64\Debug\API.exe -I 127.0.0.1 -P 8888 -p 1 -o -d start .\CAPI\cpp\x64\Debug\API.exe -I 127.0.0.1 -P 8888 -p 2 -o -d start .\CAPI\cpp\x64\Debug\API.exe -I 127.0.0.1 -P 8888 -p 3 -o -d -start .\CAPI\cpp\x64\Debug\API.exe -I 127.0.0.1 -P 8888 -p 4 -o -d \ No newline at end of file +start .\CAPI\cpp\x64\Debug\API.exe -I 127.0.0.1 -P 8888 -p 4 -o -d diff --git a/CAPI/cmd/RunGUIClient.cmd b/CAPI/cmd/RunGUIClient.cmd index bc0da33..80006da 100644 --- a/CAPI/cmd/RunGUIClient.cmd +++ b/CAPI/cmd/RunGUIClient.cmd @@ -4,5 +4,3 @@ start cmd /k win64\Client.exe --port 8888 --characterID 114514 --type 0 --occupation 1 --ip 127.0.0.1 --cl :: characterID > 2023时是观战Client,否则是正常Client - - diff --git a/CAPI/cmd/RunPython.cmd b/CAPI/cmd/RunPython.cmd index f3031be..2ddd94d 100644 --- a/CAPI/cmd/RunPython.cmd +++ b/CAPI/cmd/RunPython.cmd @@ -4,4 +4,4 @@ start python .\CAPI\python\PyAPI\main.py -I 127.0.0.1 -P 8888 -p 0 -d -o start python .\CAPI\python\PyAPI\main.py -I 127.0.0.1 -P 8888 -p 1 -d -o start python .\CAPI\python\PyAPI\main.py -I 127.0.0.1 -P 8888 -p 2 -d -o start python .\CAPI\python\PyAPI\main.py -I 127.0.0.1 -P 8888 -p 3 -d -o -start python .\CAPI\python\PyAPI\main.py -I 127.0.0.1 -P 8888 -p 4 -d -o \ No newline at end of file +start python .\CAPI\python\PyAPI\main.py -I 127.0.0.1 -P 8888 -p 4 -d -o diff --git a/CAPI/cmd/RunServer.cmd b/CAPI/cmd/RunServer.cmd index 2267861..aa5213e 100644 --- a/CAPI/cmd/RunServer.cmd +++ b/CAPI/cmd/RunServer.cmd @@ -2,4 +2,4 @@ .\win64\Server.exe --port 8888 --studentCount 1 --trickerCount 1 --gameTimeInSecond 600 --fileName video -pause \ No newline at end of file +pause diff --git a/CAPI/cmd/RunServerForDebug.cmd b/CAPI/cmd/RunServerForDebug.cmd index 74d6f6a..fa188c9 100644 --- a/CAPI/cmd/RunServerForDebug.cmd +++ b/CAPI/cmd/RunServerForDebug.cmd @@ -2,4 +2,4 @@ .\win64\Debug\Server.exe --port 8888 --studentCount 4 --trickerCount 1 --gameTimeInSecond 600 -pause \ No newline at end of file +pause