diff --git a/01_introduction/1.3_why.md b/01_introduction/1.3_why.md index 38c1ff3..915aefb 100644 --- a/01_introduction/1.3_why.md +++ b/01_introduction/1.3_why.md @@ -8,12 +8,12 @@ #### 场景一:“在我电脑上明明能跑” -```bash +```text 周五下午 5:00 ├── 开发者:代码写完了,本地测试通过,提交!🎉 ├── 周一早上 9:00 │ └── 测试:"这个功能在测试环境跑不起来" -└── 开发者:" 不可能,在我电脑上明明能跑啊……" +└── 开发者:"不可能,在我电脑上明明能跑啊……" ``` 笔者统计过,这个问题通常由以下原因导致: