flow moduoles (#161)

* flow intro

* docs:flow modules

* docs:flow modules
This commit is contained in:
Archer
2023-08-09 18:07:58 +08:00
committed by GitHub
parent b6f9f77ed4
commit 657d0ad374
52 changed files with 485 additions and 56 deletions

View File

@@ -0,0 +1,11 @@
# Special Reply
- Can be added repeatedly (to prevent messy lines in complex arrangements and make it more visually appealing)
- Can be manually inputted
- Can be externally inputted
- Will output results to the client
The special reply module is usually used for replying to specific states. Of course, you can also implement some fancy operations like in Figure 2. The triggering logic is very simple. One way is to write the reply content and trigger it through a trigger. Another way is to not write the reply content and directly trigger it through external input, and reply with the inputted content.
![Figure 1](./imgs/specialreply.png)
![Figure 2](./imgs/specialreply2.png)