From 8786aeba03c4dfc15fc9712d608e067a3e210c94 Mon Sep 17 00:00:00 2001
From: Weicao-CatilGrass <1992414357@qq.com>
Date: Mon, 14 Apr 2025 00:01:27 +0800
Subject: 修改 RustRover 配置文件中的 runConfigurations 1. 重新命名了构建脚本
2. 添加了适用于 Linux (Bash) 的脚本
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.idea/runConfigurations/Generate_Documents__Linux_.xml | 17 +++++++++++++++++
.../runConfigurations/Generate_Documents__Windows_.xml | 17 +++++++++++++++++
.idea/runConfigurations/Initialize__Linux_.xml | 17 +++++++++++++++++
.idea/runConfigurations/Initialize__Windows_.xml | 17 +++++++++++++++++
.idea/runConfigurations/Shell_Generate_Documents.xml | 17 -----------------
.idea/runConfigurations/Shell_Initialize_Project.xml | 17 -----------------
.../Shell_Initialize_Project__Batch_.xml | 17 +++++++++++++++++
7 files changed, 85 insertions(+), 34 deletions(-)
create mode 100644 .idea/runConfigurations/Generate_Documents__Linux_.xml
create mode 100644 .idea/runConfigurations/Generate_Documents__Windows_.xml
create mode 100644 .idea/runConfigurations/Initialize__Linux_.xml
create mode 100644 .idea/runConfigurations/Initialize__Windows_.xml
delete mode 100644 .idea/runConfigurations/Shell_Generate_Documents.xml
delete mode 100644 .idea/runConfigurations/Shell_Initialize_Project.xml
create mode 100644 .idea/runConfigurations/Shell_Initialize_Project__Batch_.xml
diff --git a/.idea/runConfigurations/Generate_Documents__Linux_.xml b/.idea/runConfigurations/Generate_Documents__Linux_.xml
new file mode 100644
index 0000000..2dc14d9
--- /dev/null
+++ b/.idea/runConfigurations/Generate_Documents__Linux_.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/runConfigurations/Generate_Documents__Windows_.xml b/.idea/runConfigurations/Generate_Documents__Windows_.xml
new file mode 100644
index 0000000..89030a5
--- /dev/null
+++ b/.idea/runConfigurations/Generate_Documents__Windows_.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/runConfigurations/Initialize__Linux_.xml b/.idea/runConfigurations/Initialize__Linux_.xml
new file mode 100644
index 0000000..6553dc9
--- /dev/null
+++ b/.idea/runConfigurations/Initialize__Linux_.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/runConfigurations/Initialize__Windows_.xml b/.idea/runConfigurations/Initialize__Windows_.xml
new file mode 100644
index 0000000..bb85b46
--- /dev/null
+++ b/.idea/runConfigurations/Initialize__Windows_.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/runConfigurations/Shell_Generate_Documents.xml b/.idea/runConfigurations/Shell_Generate_Documents.xml
deleted file mode 100644
index 414bd98..0000000
--- a/.idea/runConfigurations/Shell_Generate_Documents.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/runConfigurations/Shell_Initialize_Project.xml b/.idea/runConfigurations/Shell_Initialize_Project.xml
deleted file mode 100644
index f1339d5..0000000
--- a/.idea/runConfigurations/Shell_Initialize_Project.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/runConfigurations/Shell_Initialize_Project__Batch_.xml b/.idea/runConfigurations/Shell_Initialize_Project__Batch_.xml
new file mode 100644
index 0000000..111e0c3
--- /dev/null
+++ b/.idea/runConfigurations/Shell_Initialize_Project__Batch_.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
--
cgit