chatgpt或者现在的大数据采用的流程图给出的代码如下:
graph TD;
A[接收客户请求] --> B[问题分类];
B --> C[技术支持];
B --> D[维修服务];
C --> E[远程解决];
C --> F[现场支持];
D --> G[维修完成];
G --> H[服务反馈];
style A fill:#f9f,stroke:#333,stroke-width:2px;
style B fill:#ccf,stroke:#333,stroke-width:2px;
style C fill:#fc3,stroke:#333,stroke-width:2px;
style D fill:#9f3,stroke:#333,stroke-width:2px;
style E fill:#3cf,stroke:#333,stroke-width:2px;
style F fill:#c3f,stroke:#333,stroke-width:2px;
style G fill:#93f,stroke:#333,stroke-width:2px;
style H fill:#ff9,stroke:#333,stroke-width:2px;
那如何快速的生成需要的流程图办法:
1.typora实现
a.typora设置,选择上“图表 (序列、刘晨图和...)”
b.typora中输入代码的方式
在文字编辑页面输入“三个点+mermaid”回车键入代码,要注意的是其中三个点,