Skip to content

Commit

Permalink
test bug1
Browse files Browse the repository at this point in the history
  • Loading branch information
RockyQLuo committed Oct 22, 2024
1 parent 3c4bcc8 commit 2c647ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/项目学习/2024-10-21-Constellation.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +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" }<span id="terminal"></span>


- 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" }<span id="Hierarchical"></span>

### Channels

Expand Down

0 comments on commit 2c647ef

Please sign in to comment.