fix(readme): fix

This commit is contained in:
2026-01-23 10:42:01 +08:00
parent 9d51535fa0
commit d2c7759252

View File

@@ -383,15 +383,8 @@ ORDER BY created_at ASC;
业务线程仅负责将日志通过 `MPSC Channel` 发送,由独立的后台协程负责实际的 I/O 写入,从而实现 **Zero-Blocking**(零阻塞)的业务性能。
```mermaid
classDiagram
class LogLevel {
<<enumeration>>
DEBUG
INFO
WARNING
ERROR
FATAL
}
graph TD
A[Start] --> B[End]
```
</details>