Merge branch 'master' of ssh://git.deep-tek.com:6022/blog/blog into master

This commit is contained in:
chenp 2021-08-25 23:04:53 +08:00
commit 48b447f3db

View File

@ -9,6 +9,16 @@ export_on_save:
[TOC]
# Plantuml
```plantuml
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
Alice -> Bob: Another authentication Request
Alice <-- Bob: Another authentication Response
```
# 时序图
```plantuml
@ -185,4 +195,4 @@ mindmapDiagram {
--- test
-- test2
@endmindmap
```
```