1 Star 0 Fork 0

杭杭/C4-PlantUML

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
C4_Deployment.puml 728 Bytes
一键复制 编辑 原始数据 按行查看 历史
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
' uncomment the following line and comment the first to use locally
' !include C4_Container.puml
' Styling
' ##################################
skinparam rectangle<<node>> {
Shadowing false
StereotypeFontSize 0
FontColor #000000
BorderColor #A2A2A2
BorderStyle solid
}
' Elements
' ##################################
!unquoted function Deployment_Node($alias, $label)
!return 'rectangle "=='+$label+'" <<node>> as '+$alias
!endfunction
!unquoted function Deployment_Node($alias, $label, $type)
!return 'rectangle "=='+$label+'\n<size:'+$TECHN_FONT_SIZE+'>['+$type+']</size>" <<node>> as '+$alias
!endfunction
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hhhangcc/C4-PlantUML.git
git@gitee.com:hhhangcc/C4-PlantUML.git
hhhangcc
C4-PlantUML
C4-PlantUML
master

搜索帮助