From ec9edc294fd5e7e29977fc7b0e6fb953422bc0e2 Mon Sep 17 00:00:00 2001
From: 魏曹先生 <1992414357@qq.com>
Date: Wed, 19 Aug 2026 05:54:00 +0800
Subject: chore: reorganize dev tools into dev/ directory and consolidate
configs
Move CI, dev tools, and configs from root-level scattered locations into
a
unified `dev/` directory structure. Update all references across build
scripts, documentation, and editor configurations.
Also consolidate editor config generation into build.rs for automated
synchronization of rust-analyzer settings across VS Code and Zed.
---
.idea/.gitignore | 10 --------
.idea/mingling.iml | 18 --------------
.idea/modules.xml | 8 -------
.idea/runConfigurations/Check__All.xml | 26 --------------------
.idea/runConfigurations/Check__Codes.xml | 26 --------------------
.idea/runConfigurations/Check__Documents.xml | 26 --------------------
.idea/runConfigurations/Refresh_All.xml | 27 ---------------------
.idea/runConfigurations/Run__Cargo_Format.xml | 23 ------------------
.idea/runConfigurations/Run__Deploy_API_Docs.xml | 28 ----------------------
.../Run__Fix_Documents_Codebox.xml | 28 ----------------------
.../Run__Generate_Docsify_Sidebar.xml | 28 ----------------------
.../runConfigurations/Run__Package_All_Crates.xml | 28 ----------------------
.../Run__Sync_Examples_To_Crates.xml | 28 ----------------------
.../Run__Sync_Examples_To_Helpdoc.xml | 28 ----------------------
.idea/runConfigurations/Run__Sync_Feature_List.xml | 28 ----------------------
.idea/vcs.xml | 6 -----
16 files changed, 366 deletions(-)
delete mode 100644 .idea/.gitignore
delete mode 100644 .idea/mingling.iml
delete mode 100644 .idea/modules.xml
delete mode 100644 .idea/runConfigurations/Check__All.xml
delete mode 100644 .idea/runConfigurations/Check__Codes.xml
delete mode 100644 .idea/runConfigurations/Check__Documents.xml
delete mode 100644 .idea/runConfigurations/Refresh_All.xml
delete mode 100644 .idea/runConfigurations/Run__Cargo_Format.xml
delete mode 100644 .idea/runConfigurations/Run__Deploy_API_Docs.xml
delete mode 100644 .idea/runConfigurations/Run__Fix_Documents_Codebox.xml
delete mode 100644 .idea/runConfigurations/Run__Generate_Docsify_Sidebar.xml
delete mode 100644 .idea/runConfigurations/Run__Package_All_Crates.xml
delete mode 100644 .idea/runConfigurations/Run__Sync_Examples_To_Crates.xml
delete mode 100644 .idea/runConfigurations/Run__Sync_Examples_To_Helpdoc.xml
delete mode 100644 .idea/runConfigurations/Run__Sync_Feature_List.xml
delete mode 100644 .idea/vcs.xml
(limited to '.idea')
diff --git a/.idea/.gitignore b/.idea/.gitignore
deleted file mode 100644
index 30cf57e..0000000
--- a/.idea/.gitignore
+++ /dev/null
@@ -1,10 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
-# Editor-based HTTP Client requests
-/httpRequests/
-# Ignored default folder with query files
-/queries/
-# Datasource local storage ignored files
-/dataSources/
-/dataSources.local.xml
diff --git a/.idea/mingling.iml b/.idea/mingling.iml
deleted file mode 100644
index ca57e6c..0000000
--- a/.idea/mingling.iml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
deleted file mode 100644
index 764f612..0000000
--- a/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/runConfigurations/Check__All.xml b/.idea/runConfigurations/Check__All.xml
deleted file mode 100644
index 95af540..0000000
--- a/.idea/runConfigurations/Check__All.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/.idea/runConfigurations/Check__Codes.xml b/.idea/runConfigurations/Check__Codes.xml
deleted file mode 100644
index 75f5e09..0000000
--- a/.idea/runConfigurations/Check__Codes.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/.idea/runConfigurations/Check__Documents.xml b/.idea/runConfigurations/Check__Documents.xml
deleted file mode 100644
index 3b40bbb..0000000
--- a/.idea/runConfigurations/Check__Documents.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/.idea/runConfigurations/Refresh_All.xml b/.idea/runConfigurations/Refresh_All.xml
deleted file mode 100644
index 24be845..0000000
--- a/.idea/runConfigurations/Refresh_All.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/.idea/runConfigurations/Run__Cargo_Format.xml b/.idea/runConfigurations/Run__Cargo_Format.xml
deleted file mode 100644
index a99a91d..0000000
--- a/.idea/runConfigurations/Run__Cargo_Format.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/.idea/runConfigurations/Run__Deploy_API_Docs.xml b/.idea/runConfigurations/Run__Deploy_API_Docs.xml
deleted file mode 100644
index 1a32a64..0000000
--- a/.idea/runConfigurations/Run__Deploy_API_Docs.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/.idea/runConfigurations/Run__Fix_Documents_Codebox.xml b/.idea/runConfigurations/Run__Fix_Documents_Codebox.xml
deleted file mode 100644
index 0863ef1..0000000
--- a/.idea/runConfigurations/Run__Fix_Documents_Codebox.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/.idea/runConfigurations/Run__Generate_Docsify_Sidebar.xml b/.idea/runConfigurations/Run__Generate_Docsify_Sidebar.xml
deleted file mode 100644
index a50a2dd..0000000
--- a/.idea/runConfigurations/Run__Generate_Docsify_Sidebar.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/.idea/runConfigurations/Run__Package_All_Crates.xml b/.idea/runConfigurations/Run__Package_All_Crates.xml
deleted file mode 100644
index 336c9b3..0000000
--- a/.idea/runConfigurations/Run__Package_All_Crates.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/.idea/runConfigurations/Run__Sync_Examples_To_Crates.xml b/.idea/runConfigurations/Run__Sync_Examples_To_Crates.xml
deleted file mode 100644
index 43db9bb..0000000
--- a/.idea/runConfigurations/Run__Sync_Examples_To_Crates.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/.idea/runConfigurations/Run__Sync_Examples_To_Helpdoc.xml b/.idea/runConfigurations/Run__Sync_Examples_To_Helpdoc.xml
deleted file mode 100644
index 8e7faff..0000000
--- a/.idea/runConfigurations/Run__Sync_Examples_To_Helpdoc.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/.idea/runConfigurations/Run__Sync_Feature_List.xml b/.idea/runConfigurations/Run__Sync_Feature_List.xml
deleted file mode 100644
index 1e6ed8f..0000000
--- a/.idea/runConfigurations/Run__Sync_Feature_List.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
deleted file mode 100644
index 35eb1dd..0000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
--
cgit