6
0

更新 README.md

This commit is contained in:
2025-08-22 15:34:03 +08:00
parent 953e3d1b05
commit 4fcc65a46c

View File

@@ -154,9 +154,8 @@ flowchart LR
classDef hot fill:#FFF5F5,stroke:#F56565,stroke-width:2px,rx:10,ry:10;
classDef env fill:#E8FFF8,stroke:#2C7A7B,stroke-width:2px,rx:10,ry:10;
class D,R,M core;
class F,B branch;
class H hot;
class D,M core;
class F,B,R,H branch;
class P env;
```