



一起来学点英语吧。
Official GPT from the Mermaid team. Generate a Mermaid diagram or chart with text including flowcharts, sequence, mind map, state, git graph, C4, class, block, Gantt chart, timeline, Sankey, user journey, entity relationship, pie chart, requirement, quadrant chart, or XY chart diagrams.
美人鱼团队的官方GPT。生成包含文本的美人鱼图或图表,包括流程图、序列图、思维导图、状态图、数字图、C4、类、块图、甘特图、时间线、Sankey、用户旅程、实体关系、饼图、需求、象限图或XY图表。
Create a flowchart for making pizza. Add emoji. Show me inheritance using a class diagram. Make a sequence diagram for a barista ☕ Make a mindmap of various animals with emoji.
创建制作披萨的流程图。添加表情符号。 使用类图显示继承。 为咖啡师制作序列图☕ 用表情符号制作各种动物的思维导图。
Make a sequence diagram for a barista ☕
Let’s create a sequence diagram for a barista serving a customer.
Here is the mermaid diagram code:
//mermaid
sequenceDiagram
participant Customer
participant Barista
Customer->>Barista: I'd like a coffee, please.
Barista-->>Customer: Sure, one moment.
activate Barista
Barista->>Barista: Prepare coffee
deactivate Barista
Barista-->>Customer: Here is your coffee.
Customer-->>Barista: Thank you! Here is the payment.Now, I will render this diagram.

You can edit and save this diagram on the MermaidChart editor.
请输出一个关于网站访问的时序图。用汉语。
Here is the mermaid diagram code in Chinese:
//mermaid
sequenceDiagram
participant 用户
participant 网站服务器
用户->>网站服务器: 访问主页
网站服务器-->>用户: 返回主页内容
用户->>网站服务器: 请求登录
网站服务器->>网站服务器: 验证用户凭据
网站服务器-->>用户: 登录成功
用户->>网站服务器: 浏览个人页面Now, I will render this diagram.

您可以在 MermaidChart editor 上编辑和保存此图。
生成的图看起来还是非常专业的。对需求的理解也是非常清晰,当然前提是你要描述清晰。 打个比方,如果你的描述,连聪明的你的聪明的同事都没听明白,那么请不要责怪生成的图表,不合心意。