From 21bb211dca7ae7428a257e4006e54c10b97f8867 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 12 Apr 2026 01:54:16 +0800 Subject: Add architecture diagram to README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.md') 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. +
+ Architecture Diagram +

+ + Mingling + +

+
+ ## Project Structure The Mingling project consists of two main parts: -- cgit