From 7b68281155ea7bc2f5840b921f4a2f5ab7b8ff68 Mon Sep 17 00:00:00 2001 From: "1992414357@qq.com" <1992414357@qq.com> Date: Mon, 9 Jun 2025 10:25:56 +0800 Subject: 修改了 Idea 环境下的运行配置 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/runConfigurations/Build_All.xml | 18 ++++++++++++++++++ .idea/runConfigurations/Build_All__Dev_.xml | 18 ++++++++++++++++++ .idea/runConfigurations/Build_Bevy_Client.xml | 17 +++++++++++++++++ .../runConfigurations/Build_Bevy_Client__Dev_.xml | 17 +++++++++++++++++ .idea/runConfigurations/Build_Console.xml | 17 +++++++++++++++++ .idea/runConfigurations/Build_Console__Dev_.xml | 17 +++++++++++++++++ .idea/runConfigurations/Build_Core.xml | 17 +++++++++++++++++ .idea/runConfigurations/Build_Core__Dev_.xml | 17 +++++++++++++++++ .idea/runConfigurations/Export_Project__Dev_.xml | 22 ++++++++++++++++++++++ .idea/runConfigurations/Run_Bevy_Client.xml | 19 +++++++++++++++++++ .idea/runConfigurations/Run_Client_Console.xml | 17 ----------------- .../Run_NoGamepads_Client__Bevy_.xml | 17 ----------------- .idea/runConfigurations/Run_Server_Console.xml | 17 ----------------- 13 files changed, 179 insertions(+), 51 deletions(-) create mode 100644 .idea/runConfigurations/Build_All.xml create mode 100644 .idea/runConfigurations/Build_All__Dev_.xml create mode 100644 .idea/runConfigurations/Build_Bevy_Client.xml create mode 100644 .idea/runConfigurations/Build_Bevy_Client__Dev_.xml create mode 100644 .idea/runConfigurations/Build_Console.xml create mode 100644 .idea/runConfigurations/Build_Console__Dev_.xml create mode 100644 .idea/runConfigurations/Build_Core.xml create mode 100644 .idea/runConfigurations/Build_Core__Dev_.xml create mode 100644 .idea/runConfigurations/Export_Project__Dev_.xml create mode 100644 .idea/runConfigurations/Run_Bevy_Client.xml delete mode 100644 .idea/runConfigurations/Run_Client_Console.xml delete mode 100644 .idea/runConfigurations/Run_NoGamepads_Client__Bevy_.xml delete mode 100644 .idea/runConfigurations/Run_Server_Console.xml diff --git a/.idea/runConfigurations/Build_All.xml b/.idea/runConfigurations/Build_All.xml new file mode 100644 index 0000000..98eb17f --- /dev/null +++ b/.idea/runConfigurations/Build_All.xml @@ -0,0 +1,18 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Build_All__Dev_.xml b/.idea/runConfigurations/Build_All__Dev_.xml new file mode 100644 index 0000000..8de6421 --- /dev/null +++ b/.idea/runConfigurations/Build_All__Dev_.xml @@ -0,0 +1,18 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Build_Bevy_Client.xml b/.idea/runConfigurations/Build_Bevy_Client.xml new file mode 100644 index 0000000..c1356e4 --- /dev/null +++ b/.idea/runConfigurations/Build_Bevy_Client.xml @@ -0,0 +1,17 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Build_Bevy_Client__Dev_.xml b/.idea/runConfigurations/Build_Bevy_Client__Dev_.xml new file mode 100644 index 0000000..be905ea --- /dev/null +++ b/.idea/runConfigurations/Build_Bevy_Client__Dev_.xml @@ -0,0 +1,17 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Build_Console.xml b/.idea/runConfigurations/Build_Console.xml new file mode 100644 index 0000000..a22eed3 --- /dev/null +++ b/.idea/runConfigurations/Build_Console.xml @@ -0,0 +1,17 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Build_Console__Dev_.xml b/.idea/runConfigurations/Build_Console__Dev_.xml new file mode 100644 index 0000000..866a89c --- /dev/null +++ b/.idea/runConfigurations/Build_Console__Dev_.xml @@ -0,0 +1,17 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Build_Core.xml b/.idea/runConfigurations/Build_Core.xml new file mode 100644 index 0000000..952a8bd --- /dev/null +++ b/.idea/runConfigurations/Build_Core.xml @@ -0,0 +1,17 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Build_Core__Dev_.xml b/.idea/runConfigurations/Build_Core__Dev_.xml new file mode 100644 index 0000000..52a7136 --- /dev/null +++ b/.idea/runConfigurations/Build_Core__Dev_.xml @@ -0,0 +1,17 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Export_Project__Dev_.xml b/.idea/runConfigurations/Export_Project__Dev_.xml new file mode 100644 index 0000000..5fe30e2 --- /dev/null +++ b/.idea/runConfigurations/Export_Project__Dev_.xml @@ -0,0 +1,22 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Run_Bevy_Client.xml b/.idea/runConfigurations/Run_Bevy_Client.xml new file mode 100644 index 0000000..5442445 --- /dev/null +++ b/.idea/runConfigurations/Run_Bevy_Client.xml @@ -0,0 +1,19 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Run_Client_Console.xml b/.idea/runConfigurations/Run_Client_Console.xml deleted file mode 100644 index 171319c..0000000 --- a/.idea/runConfigurations/Run_Client_Console.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/runConfigurations/Run_NoGamepads_Client__Bevy_.xml b/.idea/runConfigurations/Run_NoGamepads_Client__Bevy_.xml deleted file mode 100644 index 5ee42e9..0000000 --- a/.idea/runConfigurations/Run_NoGamepads_Client__Bevy_.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/runConfigurations/Run_Server_Console.xml b/.idea/runConfigurations/Run_Server_Console.xml deleted file mode 100644 index 3d7bde8..0000000 --- a/.idea/runConfigurations/Run_Server_Console.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - \ No newline at end of file -- cgit