Skip to content

Commit

Permalink
chore: update toc
Browse files Browse the repository at this point in the history
  • Loading branch information
xizhibei committed May 10, 2024
1 parent f914e9b commit de57fef
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions source/_posts/en/mqtt-4-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ date: 2024-05-02 20:44:51
lang: en
---

<!-- toc -->

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.

<!-- more -->

<!-- toc -->

### Quality of Service

QoS has three levels, represented by 0, 1, and 2, with the following meanings:
Expand Down
1 change: 1 addition & 0 deletions source/_posts/zh-cn/mqtt-1-intro-hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ author: xizhibei
issue_link: https://github.com/xizhibei/blog/issues/179
---
<!-- en_title: mqtt-1-intro-hello-world -->
<!-- toc -->

### 说在前面

Expand Down
1 change: 1 addition & 0 deletions source/_posts/zh-cn/mqtt-2-mosquitto-broker-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ author: xizhibei
issue_link: https://github.com/xizhibei/blog/issues/180
---
<!-- en_title: mqtt-2-mosquitto-broker-setup -->
<!-- toc -->

又停更了,两个月。 🙈

Expand Down
1 change: 1 addition & 0 deletions source/_posts/zh-cn/mqtt-3-sub-pub-and-topics.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ author: xizhibei
issue_link: https://github.com/xizhibei/blog/issues/181
---
<!-- en_title: mqtt-3-sub-pub-and-topics --->
<!-- toc -->

接着上次的简介(这个博主真会拖更 :P),我们来说说 MQTT 的一些基本概念。

Expand Down
2 changes: 1 addition & 1 deletion source/_posts/zh-cn/mqtt-4-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 的发布订阅相关的功能,这次我们直接来说它的特性。

<!-- more -->
<!-- toc -->

### 服务质量

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ issue_link:
在游泳时听歌的一个常见痛点是,耳机上存放的音乐内容越来越过时或者听腻了,要手动通过电脑来管理音乐,但是操作却非常麻烦。本文将会使用群晖(DS218+),通过简单的 USB Copy 或者自动化脚本来解决这个问题,实现自动帮耳机(Sony Walkman NW-WS623,以下统称 Walkman)更新歌曲。

<!--more-->
<!-- toc -->

> 重要提示
> 本文将涉及编写并执行自定义脚本,存在一定安全风险。请不要轻易信任和运行不明来源的脚本,以免造成数据损坏或信息泄漏。请在自己完全理解的前提下谨慎操作。
Expand Down

0 comments on commit de57fef

Please sign in to comment.