From 62053e0667880979426d673512ff7f75ebc9bc1e Mon Sep 17 00:00:00 2001
From: Zhao Fuhao <2926857163@qq.com>
Date: Thu, 5 Jun 2025 11:21:15 +0800
Subject: [PATCH 1/2] finished report-crmeb.py
---
.idea/.gitignore | 3 ++
.../inspectionProfiles/profiles_settings.xml | 6 ++++
.idea/misc.xml | 7 ++++
.idea/modules.xml | 8 +++++
.idea/quiz3.iml | 8 +++++
.idea/vcs.xml | 7 ++++
report-crmeb.md | 32 ++++---------------
7 files changed, 45 insertions(+), 26 deletions(-)
create mode 100644 .idea/.gitignore
create mode 100644 .idea/inspectionProfiles/profiles_settings.xml
create mode 100644 .idea/misc.xml
create mode 100644 .idea/modules.xml
create mode 100644 .idea/quiz3.iml
create mode 100644 .idea/vcs.xml
diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..26d3352
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,3 @@
+# Default ignored files
+/shelf/
+/workspace.xml
diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml
new file mode 100644
index 0000000..105ce2d
--- /dev/null
+++ b/.idea/inspectionProfiles/profiles_settings.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..a6218fe
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..e669de5
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/quiz3.iml b/.idea/quiz3.iml
new file mode 100644
index 0000000..d0876a7
--- /dev/null
+++ b/.idea/quiz3.iml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..496c36f
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/report-crmeb.md b/report-crmeb.md
index 113e67e..5add459 100644
--- a/report-crmeb.md
+++ b/report-crmeb.md
@@ -4,11 +4,11 @@
**Start Date:** 2018-08-22 14:58:30
-**Latest Update:** 2025-05-28 14:48:46
+**Latest Update:** 2025-06-03 17:45:40
-[**Commits:** 3824](https://gitee.com/ZhongBangKeJi/CRMEB/commits/master)
+[**Commits:** 3829](https://gitee.com/ZhongBangKeJi/CRMEB/commits/master)
-[**Branches:** 19](https://gitee.com/ZhongBangKeJi/CRMEB/branches)
+[**Branches:** 9](https://gitee.com/ZhongBangKeJi/CRMEB/branches)
[**Authors:** 40](https://gitee.com/ZhongBangKeJi/CRMEB/contributors)
@@ -32,26 +32,6 @@
- [v3.2.9](https://gitee.com/ZhongBangKeJi/CRMEB/tree/v3.2.9)
-- [v4.1.0](https://gitee.com/ZhongBangKeJi/CRMEB/tree/v4.1.0)
-
-- [v4.3.0](https://gitee.com/ZhongBangKeJi/CRMEB/tree/v4.3.0)
-
-- [v4.4.0](https://gitee.com/ZhongBangKeJi/CRMEB/tree/v4.4.0)
-
-- [v4.5.0dev](https://gitee.com/ZhongBangKeJi/CRMEB/tree/v4.5.0dev)
-
-- [v4.6.0](https://gitee.com/ZhongBangKeJi/CRMEB/tree/v4.6.0)
-
-- [v4.7.0dev](https://gitee.com/ZhongBangKeJi/CRMEB/tree/v4.7.0dev)
-
-- [v5.0.0dev](https://gitee.com/ZhongBangKeJi/CRMEB/tree/v5.0.0dev)
-
-- [v5.1.0dev](https://gitee.com/ZhongBangKeJi/CRMEB/tree/v5.1.0dev)
-
-- [v5.2.0dev](https://gitee.com/ZhongBangKeJi/CRMEB/tree/v5.2.0dev)
-
-- [v5.2.2](https://gitee.com/ZhongBangKeJi/CRMEB/tree/v5.2.2)
-
## Top 10 Authors
1. [evoxwht](https://gitee.com/evoxwht): 803 commits
@@ -60,7 +40,7 @@
3. [sugar1569](https://gitee.com/sugar1569): 623 commits
-4. [吴昊天](https://gitee.com/吴昊天): 580 commits
+4. [吴昊天](https://gitee.com/吴昊天): 581 commits
5. [liaofei](https://gitee.com/liaofei): 469 commits
@@ -70,13 +50,13 @@
8. [Gosowong](https://gitee.com/Gosowong): 66 commits
-9. [wuhaotian](https://gitee.com/wuhaotian): 49 commits
+9. [wuhaotian](https://gitee.com/wuhaotian): 53 commits
10. [等风来](https://gitee.com/等风来): 42 commits
## Commit Stats
-**Average Lines Changed / Commit:** 5922
+**Average Lines Changed / Commit:** 5915
**Median Lines Changed / Commit:** 10
--
Gitee
From 99d3741a33c9dbd18dd1982ade5b7c3f698cf9a5 Mon Sep 17 00:00:00 2001
From: Zhao Fuhao <2926857163@qq.com>
Date: Thu, 5 Jun 2025 03:21:43 +0000
Subject: [PATCH 2/2] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20.ide?=
=?UTF-8?q?a?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.idea/.gitignore | 3 ---
.idea/inspectionProfiles/profiles_settings.xml | 6 ------
.idea/misc.xml | 7 -------
.idea/modules.xml | 8 --------
.idea/quiz3.iml | 8 --------
.idea/vcs.xml | 7 -------
6 files changed, 39 deletions(-)
delete mode 100644 .idea/.gitignore
delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml
delete mode 100644 .idea/misc.xml
delete mode 100644 .idea/modules.xml
delete mode 100644 .idea/quiz3.iml
delete mode 100644 .idea/vcs.xml
diff --git a/.idea/.gitignore b/.idea/.gitignore
deleted file mode 100644
index 26d3352..0000000
--- a/.idea/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml
deleted file mode 100644
index 105ce2d..0000000
--- a/.idea/inspectionProfiles/profiles_settings.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
deleted file mode 100644
index a6218fe..0000000
--- a/.idea/misc.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
deleted file mode 100644
index e669de5..0000000
--- a/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/quiz3.iml b/.idea/quiz3.iml
deleted file mode 100644
index d0876a7..0000000
--- a/.idea/quiz3.iml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
deleted file mode 100644
index 496c36f..0000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
--
Gitee