From 6e034378e1e8b5e86e498a68f647ee9973462d6d Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 14 Apr 2026 16:01:52 +0800 Subject: Move resource files to docs directory --- README.md | 4 +- docs/res/graph.drawio | 221 +++++++++++++++++++++++++++++++++++++++++++++++ docs/res/graph.png | Bin 0 -> 69856 bytes docs/res/guide.txt | 12 +++ docs/res/icon.png | Bin 0 -> 206092 bytes docs/res/icon_shadow.png | Bin 0 -> 595392 bytes res/graph.drawio | 221 ----------------------------------------------- res/graph.png | Bin 69856 -> 0 bytes res/guide.txt | 12 --- res/icon.png | Bin 206092 -> 0 bytes res/icon_shadow.png | Bin 595392 -> 0 bytes 11 files changed, 235 insertions(+), 235 deletions(-) create mode 100644 docs/res/graph.drawio create mode 100644 docs/res/graph.png create mode 100644 docs/res/guide.txt create mode 100644 docs/res/icon.png create mode 100644 docs/res/icon_shadow.png delete mode 100644 res/graph.drawio delete mode 100644 res/graph.png delete mode 100644 res/guide.txt delete mode 100644 res/icon.png delete mode 100644 res/icon_shadow.png diff --git a/README.md b/README.md index cf3430e..22604ee 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- Mingling + Mingling

Mìng Lìng - 命令

@@ -102,7 +102,7 @@ Mingling abstracts command execution into the following parts: Architecture Diagram (click to expand)

- Mingling + Mingling

diff --git a/docs/res/graph.drawio b/docs/res/graph.drawio new file mode 100644 index 0000000..47ac9f4 --- /dev/null +++ b/docs/res/graph.drawio @@ -0,0 +1,221 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/res/graph.png b/docs/res/graph.png new file mode 100644 index 0000000..c942f02 Binary files /dev/null and b/docs/res/graph.png differ diff --git a/docs/res/guide.txt b/docs/res/guide.txt new file mode 100644 index 0000000..4de56b3 --- /dev/null +++ b/docs/res/guide.txt @@ -0,0 +1,12 @@ + ┌────────────────────────────────────┐ + │ Mingling │ + │ The Rust CLI Framework │ + │ │ + │ USE: │ + │ Run command in your project │ + │ > cargo add mingling │ + │ │ + │ Or add this to your Cargo.toml │ + │ > mingling = "0.1.5" │ + │ │ + └────────────────────────────────────┘ diff --git a/docs/res/icon.png b/docs/res/icon.png new file mode 100644 index 0000000..4fa4f03 Binary files /dev/null and b/docs/res/icon.png differ diff --git a/docs/res/icon_shadow.png b/docs/res/icon_shadow.png new file mode 100644 index 0000000..cb5eef9 Binary files /dev/null and b/docs/res/icon_shadow.png differ diff --git a/res/graph.drawio b/res/graph.drawio deleted file mode 100644 index 47ac9f4..0000000 --- a/res/graph.drawio +++ /dev/null @@ -1,221 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/res/graph.png b/res/graph.png deleted file mode 100644 index c942f02..0000000 Binary files a/res/graph.png and /dev/null differ diff --git a/res/guide.txt b/res/guide.txt deleted file mode 100644 index 4de56b3..0000000 --- a/res/guide.txt +++ /dev/null @@ -1,12 +0,0 @@ - ┌────────────────────────────────────┐ - │ Mingling │ - │ The Rust CLI Framework │ - │ │ - │ USE: │ - │ Run command in your project │ - │ > cargo add mingling │ - │ │ - │ Or add this to your Cargo.toml │ - │ > mingling = "0.1.5" │ - │ │ - └────────────────────────────────────┘ diff --git a/res/icon.png b/res/icon.png deleted file mode 100644 index 4fa4f03..0000000 Binary files a/res/icon.png and /dev/null differ diff --git a/res/icon_shadow.png b/res/icon_shadow.png deleted file mode 100644 index cb5eef9..0000000 Binary files a/res/icon_shadow.png and /dev/null differ -- cgit