diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-12 01:54:16 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-12 01:54:16 +0800 |
| commit | 21bb211dca7ae7428a257e4006e54c10b97f8867 (patch) | |
| tree | fb660cf29dd1419066b7430370cfb5d84ed6cb40 /README.md | |
| parent | 4867dae1235040455624ea792557c72fe7a9b6bf (diff) | |
Add architecture diagram to README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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: |
