Commit 9184d42f authored by 王雷's avatar 王雷 😹

更新使用 Vscode + PlantUML 绘制 UML.md

parent 2ef50d7c
......@@ -27,3 +27,11 @@ Alice -> Bob : Fine, thank you, and you?
@enduml
```
```mermaid
sequenceDiagram
Bob ->> Alice : Hello, how are you
Alice -->> Bob : Fine, thank you, and you?
```
更多语法请参考:[http://archive.3zso.com/archives/plantuml-quickstart.html](http://archive.3zso.com/archives/plantuml-quickstart.html)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment