docs(readme): fix readme

This commit is contained in:
2026-01-23 10:48:36 +08:00
parent 40d951e2cd
commit 0bd0ee82d6

View File

@@ -374,9 +374,6 @@ ORDER BY created_at ASC;
2.`tests/` 目录下编写集成测试。 2.`tests/` 目录下编写集成测试。
3. 提交 Pull Request 前请运行 `cargo test` 确保所有测试通过。 3. 提交 Pull Request 前请运行 `cargo test` 确保所有测试通过。
<details>
<summary>👉 点击查看系统架构 UML 图</summary>
## 🏗️ 架构设计 ## 🏗️ 架构设计
本库采用 **异步事件驱动 (Async Event-driven)** 架构,基于 **Active Object** 模式设计。 本库采用 **异步事件驱动 (Async Event-driven)** 架构,基于 **Active Object** 模式设计。
@@ -451,5 +448,3 @@ classDiagram
`mpsc::Receiver` ..> BackgroundWorker : 4. Receives Record `mpsc::Receiver` ..> BackgroundWorker : 4. Receives Record
BackgroundWorker --> LogOutput : 5. Serialized Writes BackgroundWorker --> LogOutput : 5. Serialized Writes
``` ```
</details>