fix(readme): fix

This commit is contained in:
2026-01-23 10:42:45 +08:00
parent d2c7759252
commit 8856c4b7bb

View File

@@ -382,9 +382,11 @@ ORDER BY created_at ASC;
本库采用 **异步事件驱动 (Async Event-driven)** 架构,基于 **Active Object** 模式设计。
业务线程仅负责将日志通过 `MPSC Channel` 发送,由独立的后台协程负责实际的 I/O 写入,从而实现 **Zero-Blocking**(零阻塞)的业务性能。
</details>
```mermaid
graph TD
A[Start] --> B[End]
```
</details>