Skip to content

Commit

Permalink
test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
RockyQLuo committed Oct 22, 2024
1 parent b20be47 commit 3c4bcc8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions _posts/项目学习/2024-10-21-Constellation.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,12 @@ trait PhysicalTopology {

- Terminal Router Topologies在原有路由基础上包装进一步拓扑,`TerminalRouter`拓扑必须与`TerminalRouting`路由关系包装器一起使用

![terminal_topology]({{ page.img_path }}terminal.png){: width="972" height="589" }
<a id="terminal"></a>
![terminal_topology]({{ page.img_path }}terminal.png){: width="972" height="589" }<a id="terminal"></a>


- Hierarchical分层拓扑,`HierarchicalTopology`拓扑必须与`HierarchicalRouting`路由关系包装器一起使用

![Hierarchical]({{ page.img_path }}Hierarchical.png){: width="972" height="589" }
<a id="Hierarchical"></a>
![Hierarchical]({{ page.img_path }}Hierarchical.png){: width="972" height="589" }<a id="Hierarchical"></a>

### Channels

Expand Down

0 comments on commit 3c4bcc8

Please sign in to comment.