Welcome to FlowZap, the App to diagram with Speed, Clarity and Control.

Unicode 标签工作流

edge-cases

此工作流模拟标签中的表情符号和国际字符。

完整 FlowZap 代码

laneA { # Lanea
  n1: circle label:"Start Unicode Labels"
  n2: rectangle label:"Unicode label 🚀"
  n3: rectangle label:"多言語ラベル"
  n4: rectangle label:"Unicode Labels step 4"
  n5: circle label:"End Unicode Labels"

  n1.handle(right) -> n2.handle(left)
  n2.handle(right) -> n3.handle(left) [label="Next"]
  n3.handle(right) -> n4.handle(left)
  n4.handle(right) -> n5.handle(left)
}

相关模板