Fix code block language tag in intro

This commit is contained in:
yeasy
2026-03-15 22:40:36 -07:00
parent 0ab7dcb3e1
commit 5840c160f1

View File

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