deps: remove PWA and impl mermaid.
- I HATE PERSISTENT CACHE!
This commit is contained in:
@ -190,7 +190,12 @@ bool TActionExt::EditVariable(
|
||||
|
||||
如需链式允许一系列触发,比如 $t_1 \to t_2 \to \ldots \to t_n$ ,也是如法炮制。以此类推,就形成触发链:
|
||||
|
||||

|
||||
```mermaid
|
||||
flowchart LR
|
||||
A(["intro.0"]) -- “允许” --> TD(["[x] intro.1"])
|
||||
TD -- “允许” --> n1(["[x] intro.2"])
|
||||
```
|
||||
|
||||
|
||||
而在程序代码当中,顺序是通过代码行的先后次序来体现的:
|
||||
```python
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 12 KiB |
Reference in New Issue
Block a user