From e053aae623afeb996755927c8ca84e3e5b94bb20 Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Mon, 14 Apr 2025 13:50:32 +0800 Subject: 为 Test Cargo 创建了 Console (Client/Server) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/runConfigurations/Run_Client.xml | 20 -------------------- .idea/runConfigurations/Run_Console_Client.xml | 19 +++++++++++++++++++ .idea/runConfigurations/Run_Console_Server.xml | 19 +++++++++++++++++++ .idea/runConfigurations/Run_Gamepad_Client.xml | 20 ++++++++++++++++++++ .idea/runConfigurations/Run_Server_Test.xml | 20 -------------------- .idea/runConfigurations/Run_Test.xml | 19 +++++++++++++++++++ 6 files changed, 77 insertions(+), 40 deletions(-) delete mode 100644 .idea/runConfigurations/Run_Client.xml create mode 100644 .idea/runConfigurations/Run_Console_Client.xml create mode 100644 .idea/runConfigurations/Run_Console_Server.xml create mode 100644 .idea/runConfigurations/Run_Gamepad_Client.xml delete mode 100644 .idea/runConfigurations/Run_Server_Test.xml create mode 100644 .idea/runConfigurations/Run_Test.xml diff --git a/.idea/runConfigurations/Run_Client.xml b/.idea/runConfigurations/Run_Client.xml deleted file mode 100644 index 8d3f51b..0000000 --- a/.idea/runConfigurations/Run_Client.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/runConfigurations/Run_Console_Client.xml b/.idea/runConfigurations/Run_Console_Client.xml new file mode 100644 index 0000000..8dff88c --- /dev/null +++ b/.idea/runConfigurations/Run_Console_Client.xml @@ -0,0 +1,19 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Run_Console_Server.xml b/.idea/runConfigurations/Run_Console_Server.xml new file mode 100644 index 0000000..c943fb8 --- /dev/null +++ b/.idea/runConfigurations/Run_Console_Server.xml @@ -0,0 +1,19 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Run_Gamepad_Client.xml b/.idea/runConfigurations/Run_Gamepad_Client.xml new file mode 100644 index 0000000..0190b7f --- /dev/null +++ b/.idea/runConfigurations/Run_Gamepad_Client.xml @@ -0,0 +1,20 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Run_Server_Test.xml b/.idea/runConfigurations/Run_Server_Test.xml deleted file mode 100644 index b46ae0f..0000000 --- a/.idea/runConfigurations/Run_Server_Test.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/runConfigurations/Run_Test.xml b/.idea/runConfigurations/Run_Test.xml new file mode 100644 index 0000000..d8e8568 --- /dev/null +++ b/.idea/runConfigurations/Run_Test.xml @@ -0,0 +1,19 @@ + + + + \ No newline at end of file -- cgit