hoxfix:修改readme中的错误

This commit is contained in:
Li Yaning 2025-06-10 22:32:13 +08:00 committed by GitHub
parent c31a6a39c7
commit cb3322d354
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -140,8 +140,7 @@ Port usage: 8282 (renderer) + 8081 (service)
```mermaid ```mermaid
flowchart LR flowchart LR
D[renderer] <--> A[extention.ts] <--> B D[renderer] <--> A[extention.ts] <--> B[service]
[service]
B <--mcp--> m(MCP Server) B <--mcp--> m(MCP Server)
``` ```