跳转到内容

参考书目

mermaid
---
config:
  theme: neutral
  darkMode: true
  sequence:
    height: 30
---
sequenceDiagram
    Alice->>John: Hello John, how are you?
    John-->>Alice: Great!
    Alice-)John: See you later!

基于 MIT 许可发布