deps: remove PWA and impl mermaid.

- I HATE PERSISTENT CACHE!
This commit is contained in:
2025-06-13 00:08:44 +08:00
parent 788719c178
commit 895093b98e
16 changed files with 956 additions and 2993 deletions

View File

@ -190,7 +190,12 @@ bool TActionExt::EditVariable(
如需链式允许一系列触发,比如 $t_1 \to t_2 \to \ldots \to t_n$ ,也是如法炮制。以此类推,就形成触发链:
![通过“允许触发”一级一级破坏“禁止”,把链条打通](trigger_chain.webp)
```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