diff --git a/src/content/posts/zh/qinggan-trip-2023.md b/src/content/posts/zh/qinggan-trip-2023.md index 40f95892..f1c8da07 100644 --- a/src/content/posts/zh/qinggan-trip-2023.md +++ b/src/content/posts/zh/qinggan-trip-2023.md @@ -170,7 +170,8 @@ date: 2023-09-15T18:00:00 我从未想过我会有高原反应,虽然事前做了很多研究,但我对自己的身体充满信心。 -我原打算在旅行中找个地方记录下我们的旅程,于是我创建了一个 ~~Telegram 频道~~(改成了一个 [Mastodon](https://social.eindex.me/@eindex-cn)),然而谁知道我在西宁的第一天(Day 2)一到达当金山就开始感到高原反应。当时只觉得有点不适,直到看完青海湖后回到酒店的那个晚上。 +我原打算在旅行中找个地方记录下我们的旅程,于是我创建了一个 ~~Telegram 频道~~(改成了一个 [Mastodon](https://social.eindex.me/@eindex_cn)),然而谁知道 +我在西宁的第一天(Day 2)一到达当金山就开始感到高原反应。当时只觉得有点不适,直到看完青海湖后回到酒店的那个晚上。 早上 4 点我在梦中突然醒来,感觉头晕难受,突然意识到可能是缺氧了,打开 Apple Watch 一测,好家伙血氧 70。之前看了一个博主去川西贡嘎雪山的旅行经历,他提到血氧骤降至 70 是非常危险的。我的怕死之魂一下子就上来了,开始疯狂深呼吸,直到 6 点旅店老板上班,赶快去买上氧气瓶开始吸氧。 diff --git a/src/content/posts/zh/security/semgrep-with-custom-rules.md b/src/content/posts/zh/security/semgrep-with-custom-rules.md index 2d6b23ec..1db3cafb 100644 --- a/src/content/posts/zh/security/semgrep-with-custom-rules.md +++ b/src/content/posts/zh/security/semgrep-with-custom-rules.md @@ -15,7 +15,7 @@ tags: - best-practices series: infosec --- -在本文中,我们将讨论如何将 Semgrep 集成到您的代码审查流程中。如果您对 Semgrep 不熟悉,我们建议您查看我们关于该主题的先前文章,标题为“[使用 Semgrep 改善代码审查流程](/posts/zh/improving-your-code-review-process-with-semgrep)”。 +在本文中,我们将讨论如何将 Semgrep 集成到您的代码审查流程中。如果您对 Semgrep 不熟悉,我们建议您查看我们关于该主题的先前文章,标题为“[使用 Semgrep 改善代码审查流程](/zh/posts/improving-your-code-review-process-with-semgrep/)”。 ## 代码审查和 Semgrep