fix: Fix formatting issue in ARCHITECTURE.md (#2787)

Signed-off-by: JaySon-Huang <tshent@qq.com>
Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
JaySon
2026-05-05 11:33:55 +08:00
committed by GitHub
parent f016673416
commit e6fdcd1ad6
+7 -7
View File
@@ -326,10 +326,10 @@ The binary (`main.rs`) boots in this order:
┌───────────────┼───────────────┐ ┌───────────────┼───────────────┐
│ │ │ │ │ │
┌────▼────┐ ┌────▼────┐ ┌─────▼─────┐ ┌────▼────┐ ┌────▼────┐ ┌─────▼─────┐
│ server │ │ admin │ │ app │ │ server │ │ admin │ │ app │
│ (HTTP) │ │(console)│ │(use-cases) │ │ (HTTP) │ │(console)│ │(use-cases) │
└────┬────┘ └────┬────┘ └─────┬─────┘ └────┬────┘ └────┬────┘ └─────┬─────┘
│ │ │ │ │ │
└───────────────┼───────────────┘ └───────────────┼───────────────┘
@@ -341,13 +341,13 @@ The binary (`main.rs`) boots in this order:
┌──────────────────┼──────────────────┐ ┌──────────────────┼──────────────────┐
│ │ │ │ │ │
┌─────▼─────┐ ┌──────▼──────┐ ┌──────▼──────┐ ┌─────▼─────┐ ┌──────▼──────┐ ┌──────▼──────┐
│ ecstore │ │ rio │ │ io-core │ │ ecstore │ │ rio │ │ io-core │
│ (87K,core) │ │ (readers) │ │ (zero-copy) │ │ (87K,core) │ │ (readers) │ │ (zero-copy) │
└─────┬──────┘ └─────────────┘ └─────────────┘ └─────┬──────┘ └─────────────┘ └─────────────┘
┌─────┬──┼──┬─────┬──────┐ ┌─────┬──┼──┬─────┬──────┐
│ │ │ │ │ │ │ │ │ │ │ │
common utils config policy filemeta ... common utils config policy filemeta ...
``` ```