▶️ 查看代码
%%| code-fold: true
%%| code-summary: "点击查看流程说明"
%%| config:
%%| theme: base
%%| themeVariables:
%%| fontSize: '14px'
%%| flowchart:
%%| nodeSpacing: 80
%%| rankSpacing: 80
%%| wrap: true
flowchart LR
A["①课程导入<br>5分钟"] --> B["②交互式导入<br>5分钟"]
B --> C["③代码导入<br>15分钟"]
C --> D["④数据导出<br>15分钟"]
D --> E["⑤总结、互动<br>5分钟"]
style A fill:#1a3a5c,color:#fff,width:140px,height:60px
style B fill:#2e5984,color:#fff,width:140px,height:60px
style C fill:#7a4419,color:#fff,width:140px,height:60px
style D fill:#3d5c2f,color:#fff,width:140px,height:60px
style E fill:#4a2f6b,color:#fff,width:140px,height:60px%%| code-fold: true
%%| code-summary: "点击查看流程说明"
%%| config:
%%| theme: base
%%| themeVariables:
%%| fontSize: '14px'
%%| flowchart:
%%| nodeSpacing: 80
%%| rankSpacing: 80
%%| wrap: true
flowchart LR
A["①课程导入<br>5分钟"] --> B["②交互式导入<br>5分钟"]
B --> C["③代码导入<br>15分钟"]
C --> D["④数据导出<br>15分钟"]
D --> E["⑤总结、互动<br>5分钟"]
style A fill:#1a3a5c,color:#fff,width:140px,height:60px
style B fill:#2e5984,color:#fff,width:140px,height:60px
style C fill:#7a4419,color:#fff,width:140px,height:60px
style D fill:#3d5c2f,color:#fff,width:140px,height:60px
style E fill:#4a2f6b,color:#fff,width:140px,height:60px
