Ver código fonte

fix(docs): 修复甘特图示例中的部署时间配置

- 将Production Deployment的时间从1d改为0d以修正里程碑设置
wandl-6A72h 8 meses atrás
pai
commit
16f23737f9
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      skills/mermaid/examples/gantt.md

+ 1 - 1
skills/mermaid/examples/gantt.md

@@ -143,7 +143,7 @@ gantt
     Unit Testing :test1, after front1 back1, 15d
     Unit Testing :test1, after front1 back1, 15d
     Integration Testing :test2, after test1, 10d
     Integration Testing :test2, after test1, 10d
     section Deployment
     section Deployment
-    Production Deployment :milestone, deploy1, after test2, 1d
+    Production Deployment :milestone, deploy1, after test2, 0d
 ```
 ```
 
 
 ### Alternative (Flowchart - compatible with all Mermaid versions)
 ### Alternative (Flowchart - compatible with all Mermaid versions)