Browse Source

Updated files

master
adiao 2 years ago
parent
commit
664cabc219
  1. 17
      EssOS/项目分析.md

17
EssOS/项目分析.md

@ -32,17 +32,16 @@ sequenceDiagram
场景2 场景2
```flow ```flow js
graph TD;
str=>start: Start str=>start;
op=>operation: 领导 op=>operation;
cond=>condition: 是否提交 cond=>condition;
e=>end e=>end
srt->cond->op srt-->cond-->op
cond(yes)->op cond(yes)-->op
cond(no)->str cond(no)-->str
op->e op-->e
``` ```

Loading…
Cancel
Save