fix(readme): fix

This commit is contained in:
2026-01-23 10:47:12 +08:00
parent 8856c4b7bb
commit 0be23a4038

View File

@@ -382,11 +382,14 @@ 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>