Skip to content

Commit

Permalink
增加<details>格式
Browse files Browse the repository at this point in the history
  • Loading branch information
renmu123 committed Nov 6, 2024
1 parent 476b7d6 commit de4ca1a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/live/message_stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -1230,6 +1230,7 @@ while (!s.isclosed()) {

**示例:**

<details>
<summary>查看消息示例:</summary>

```json
Expand All @@ -1244,6 +1245,8 @@ while (!s.isclosed()) {
}
```

</details>

#### 送礼 (SEND_GIFT)

**JSON消息:**
Expand Down Expand Up @@ -1839,6 +1842,7 @@ while (!s.isclosed()) {

**示例:**

<details>
<summary>查看消息示例:</summary>

```json
Expand All @@ -1854,6 +1858,8 @@ while (!s.isclosed()) {
}
```

</details>

#### 主播信息更新 (ROOM_REAL_TIME_MESSAGE_UPDATE)

**JSON消息:**
Expand Down

0 comments on commit de4ca1a

Please sign in to comment.