From de57fef84c5dd222c68b04cb096c0d45f5afdb44 Mon Sep 17 00:00:00 2001 From: Xu Zhipei Date: Fri, 10 May 2024 18:22:25 +0800 Subject: [PATCH] chore: update toc --- source/_posts/en/mqtt-4-features.md | 4 ++-- source/_posts/zh-cn/mqtt-1-intro-hello-world.md | 1 + source/_posts/zh-cn/mqtt-2-mosquitto-broker-setup.md | 1 + source/_posts/zh-cn/mqtt-3-sub-pub-and-topics.md | 1 + source/_posts/zh-cn/mqtt-4-features.md | 2 +- ...-your-ears-can-be-full-of-new-songs-every-time-you-swim.md | 1 + 6 files changed, 7 insertions(+), 3 deletions(-) diff --git a/source/_posts/en/mqtt-4-features.md b/source/_posts/en/mqtt-4-features.md index 8151363..52fe9d5 100644 --- a/source/_posts/en/mqtt-4-features.md +++ b/source/_posts/en/mqtt-4-features.md @@ -6,12 +6,12 @@ date: 2024-05-02 20:44:51 lang: en --- - - In [our last article](/en/2021/12/11/mqtt-3-sub-pub-and-topics/) (which feels like ages ago :P), we discussed MQTT's publish-subscribe functionality. This time, let's go straight into its features. + + ### Quality of Service QoS has three levels, represented by 0, 1, and 2, with the following meanings: diff --git a/source/_posts/zh-cn/mqtt-1-intro-hello-world.md b/source/_posts/zh-cn/mqtt-1-intro-hello-world.md index 99b87d2..eb68090 100644 --- a/source/_posts/zh-cn/mqtt-1-intro-hello-world.md +++ b/source/_posts/zh-cn/mqtt-1-intro-hello-world.md @@ -7,6 +7,7 @@ author: xizhibei issue_link: https://github.com/xizhibei/blog/issues/179 --- + ### 说在前面 diff --git a/source/_posts/zh-cn/mqtt-2-mosquitto-broker-setup.md b/source/_posts/zh-cn/mqtt-2-mosquitto-broker-setup.md index d3e05c8..6b2622d 100644 --- a/source/_posts/zh-cn/mqtt-2-mosquitto-broker-setup.md +++ b/source/_posts/zh-cn/mqtt-2-mosquitto-broker-setup.md @@ -7,6 +7,7 @@ author: xizhibei issue_link: https://github.com/xizhibei/blog/issues/180 --- + 又停更了,两个月。 🙈 diff --git a/source/_posts/zh-cn/mqtt-3-sub-pub-and-topics.md b/source/_posts/zh-cn/mqtt-3-sub-pub-and-topics.md index ad43a16..3f198a0 100644 --- a/source/_posts/zh-cn/mqtt-3-sub-pub-and-topics.md +++ b/source/_posts/zh-cn/mqtt-3-sub-pub-and-topics.md @@ -7,6 +7,7 @@ author: xizhibei issue_link: https://github.com/xizhibei/blog/issues/181 --- + 接着上次的简介(这个博主真会拖更 :P),我们来说说 MQTT 的一些基本概念。 diff --git a/source/_posts/zh-cn/mqtt-4-features.md b/source/_posts/zh-cn/mqtt-4-features.md index daf4444..eb6e332 100644 --- a/source/_posts/zh-cn/mqtt-4-features.md +++ b/source/_posts/zh-cn/mqtt-4-features.md @@ -5,10 +5,10 @@ tags: [MQTT, Golang] date: 2024-05-02 20:44:51 --- - 在[上次的文章](/2021/12/11/mqtt-3-sub-pub-and-topics/)中(似乎有那么亿点久了 :P),我们说了 MQTT 的发布订阅相关的功能,这次我们直接来说它的特性。 + ### 服务质量 diff --git a/source/_posts/zh-cn/use-synology-wisely-so-that-your-ears-can-be-full-of-new-songs-every-time-you-swim.md b/source/_posts/zh-cn/use-synology-wisely-so-that-your-ears-can-be-full-of-new-songs-every-time-you-swim.md index bb02b93..ab8e9d9 100644 --- a/source/_posts/zh-cn/use-synology-wisely-so-that-your-ears-can-be-full-of-new-songs-every-time-you-swim.md +++ b/source/_posts/zh-cn/use-synology-wisely-so-that-your-ears-can-be-full-of-new-songs-every-time-you-swim.md @@ -9,6 +9,7 @@ issue_link: 在游泳时听歌的一个常见痛点是,耳机上存放的音乐内容越来越过时或者听腻了,要手动通过电脑来管理音乐,但是操作却非常麻烦。本文将会使用群晖(DS218+),通过简单的 USB Copy 或者自动化脚本来解决这个问题,实现自动帮耳机(Sony Walkman NW-WS623,以下统称 Walkman)更新歌曲。 + > 重要提示 > 本文将涉及编写并执行自定义脚本,存在一定安全风险。请不要轻易信任和运行不明来源的脚本,以免造成数据损坏或信息泄漏。请在自己完全理解的前提下谨慎操作。