aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-12 01:54:16 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-12 01:54:16 +0800
commit21bb211dca7ae7428a257e4006e54c10b97f8867 (patch)
treefb660cf29dd1419066b7430370cfb5d84ed6cb40 /README.md
parent4867dae1235040455624ea792557c72fe7a9b6bf (diff)
Add architecture diagram to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 931f12b..a1b6f40 100644
--- a/README.md
+++ b/README.md
@@ -97,6 +97,15 @@ Mingling abstracts command execution into the following parts:
3. **Renderer** - Stops the chain and prints the currently processed type to the terminal.
4. **Program** - Manages the lifecycle and configuration of the entire CLI application.
+<details>
+ <summary>Architecture Diagram</summary>
+ <p align="center">
+ <a href="https://github.com/CatilGrass/mingling">
+ <img alt="Mingling" src="res/graph.png" width="75%">
+ </a>
+ </p>
+</details>
+
## Project Structure
The Mingling project consists of two main parts: